(Using node js mongo driver)
I want to iterate through an entire (huge) MongoDB collection using the getMore method to fetch batches of documents, getMore requires the 'cursor id'.
How can I find the 'cursor id' of my cursor?
No comments:
Post a Comment