fql result count

↘锁芯ラ 提交于 2019-11-28 08:48:46

问题


how to find fql result count?


回答1:


FQL doesn't support a COUNT function. Get the results, and just enumerate them.

See here: http://blogs.x2line.com/al/archive/2007/10/07/3287.aspx




回答2:


I think it's a decision taken by design. It would be potentially very expensive to allow COUNT over huge tables like Facebook ones. I've seen they have tables to store specific counts so you can query them already calculated.



来源:https://stackoverflow.com/questions/2841569/fql-result-count

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!