EstebanLM wrote > I find hard to believe a production database as is mongo can have those > problems so I would think more on voyage (and in that case, we can find a > solution because this is obviously a bug :P) > > Esteban > >>
https://aphyr.com/posts/322-call-me-maybe-mongodb-stale-reads describes how almost all "write concern" levels allow data loss in Mongo. The author but points out that the default setting of Acknowledged is unsafe and a setting of at least Majority should be used, but even then no guarantees. I'm not capable of analyzing it but it would seem like Mongo may not be a production database one would want to use. -- View this message in context: http://forum.world.st/Fwd-ANN-Magma-1-5-tp4843768p4843863.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.