0
嗨,我是用這個查詢得到用戶的一個Facebook事件:Facebook的查詢速度很慢
FB.Data.query("select eid,name,start_time,location,venue,
pic_small,pic_big,description
from event WHERE eid IN (SELECT eid FROM event_member WHERE uid={0})
AND start_time >= " + from + " ORDER BY start_time LIMIT 10", uid);
但對於許多事件的用戶,這是非常緩慢的。 我該如何加速呢?
感謝