Hacker News new | ask | show | jobs
by kevin1024 5318 days ago
By the way, if you do .limit() / .offset() pagination, by the time you get into really high offsets, queries will start going slow again. Mongo has to do a scan up to the document at offset that you are asking for.