The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Processing MongoDB collection (iteration)

ZiggizagZiggizag Member Posts: 6 Learner I
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...

Answers

  • jwpfaujwpfau Employee-RapidMiner, Member Posts: 303 RM Engineering
    edited April 2023
    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


Sign In or Register to comment.