Incremental Execution for Export and Migration Tool/Feature Documentation
Posted on: 06/01/2022 (last updated: 16/04/2024) by Dj Walker-MorganIncremental execution makes MongoDB exports or migrations from MongoDB to SQL more manageable. Let’s start with the big picture: State. Incremental execution records the state of a particular field as it passes through the Export or Migration process. That field has to be both unique and sortable. As each document passes through, the state is […]