Processing MongoDB collection (iteration)

Ziggizag
New Altair Community Member
How can I process a huge MongoDB collection? Ideally, I would like the process to use a cursor and load object by object iterating through the collection rather than loading the entire collection of million objects...
Tagged:
0
Answers
-
Hi,
Read MongoDB has a limit results advanced parameter in which you can pass limit / skip values i.e. via Macros from an outside loop.
Greetings,
Jonas
1