HackerTrans
TopNewTrendsCommentsPastAskShowJobs

asya999

no profile record

comments

asya999
·5 lat temu·discuss
I don't think that's the case. You should e-mail [email protected] and ask them to help you get a copy of your data.
asya999
·5 lat temu·discuss
MongoDB is not a key-value store. It's a document database.
asya999
·6 lat temu·discuss
There are systems that accept writes in multiple places (to the same object). So you could read writes applied in different order on different nodes, though in theory eventually all the nodes will converge on the same object value. This is akin to dirty writes, a consistency level no actual database allows. That’s the distinction between stale and ... eventually consistent.

TL;DR stale and consistent is better than inconsistent.