'Read data from huge mongo collection
I have a mongo collection of documents 1000_000_000 and want to read them with some kind of recovery mechanism. I have used a cursor for partial data processing, and wondering to know: is there any way in case of my client is disconnected from db, to start reading from the last position, and not from the beginning?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
