I am using the mongooose module. I use mongoose’s find+skip+limit+sort+select, which is obviously twice as fast as using aggregate+$ project+$ skip+$ limit+$ sort. Has any great warrior encountered the same problem as me? Want to know why?
Build indexes to optimize.
http://blog.csdn.net/neutrojan/article/details/21705259