Hacker News new | ask | show | jobs
by kstirman 4833 days ago
Queries in MongoDB can return very large result sets, but you access them in batches via a cursor: http://docs.mongodb.org/manual/core/read-operations/#cursor-...