Cursor in MongoDB
When we run a query in MongoDB, it may look like all results are returned at once.
But behind the scenes, MongoDB uses something called a cursor to fetch documents efficiently.
What is a MongoDB Cursor?
A cursor is a pointer to the result set of a qu...
aishwaryas.hashnode.dev2 min read