0 votes
in Big Data | Hadoop by
How can you isolate the cursors from intervening with the write operations in MongoDB ?

1 Answer

0 votes
by

The snapshot() method is used to isolate the cursors from intervening with writes. This method negotiates the index and makes sure that each query comes to any article only once.

...