Can cursors return the same document more than once in MongoDB 4.0?

The docs you are quoting are for the current version (4.2) so yes, there is no guarantee of a single point in time view when you iterate over a cursor unless you are in a transaction or otherwise force a stronger readConcern.

1 Like