How can you isolate your cursors from intervening with the write operations? Technology Community › Category: MongoDB › How can you isolate your cursors from intervening with the write operations? 0 Vote Up Vote Down VietMX Staff asked 4 years ago You can use the snapshot() method on a cursor to isolate the operation for a very specific case. snapshot() traverses the index on the _id field and guarantees that the query will return each document no more than once.