mongodbrediscouchdbrethinkdbfoundationdb

NoSQL. How much data lost on server crash?


If my server was powered off, assuming all writes to disk succeeded, how many "confirmed" writes would I lose?

The answer for every question is: "it depends". So what does it depend on, and what are the defaults. It's not that one is better, I just need to know the differences :-)

Updated from comments below

Hey, there's a guy who does a blog on this. Spoiler alert: every database sucks Note that some of the articles are about previously released versions.


Solution

  • With the default RethinkDB configuration, you won't lose any writes you've received responses for even if the server is restarted.