Processing MongoDB collection (iteration)

User: "Ziggizag"
New Altair Community Member
Updated by Jocelyn
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...

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "jwpfau"
    Altair Employee
    Updated by jwpfau
    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