Categories
Posts

MongoDB Reads

From aphyr.com “Call me maybe: MongoDB stale reads“:

In this post, we’ll see that Mongo’s consistency model is broken by design: not only can “strictly consistent” reads see stale versions of documents, but they can also return garbage data from writes that never should have occurred. The former is (as far as I know) a new result which runs contrary to all of Mongo’s consistency documentation. The latter has been a documented issue in Mongo for some time. We’ll also touch on a result from the previous Jepsen post: almost all write concern levels allow data loss.

Another in an amazing line of Call Me Maybe posts at aphyr.com.

Leave a Reply

Your email address will not be published. Required fields are marked *