|
|
|
|
|
by prodigal_erik
3670 days ago
|
|
This is worse than read-committed because you're not even seeing the old state of the document. If an update moves a document around within the results, and it ends up in the portion you've already read, you just don't see it at all. |
|