database - What situations is RethinkDB ill-suited to? -


rethink says in faq: "rethinkdb not choice if need full acid support or strong schema enforcement—in case better off using relational database such mysql or postgresql."

https://rethinkdb.com/faq/

one example of "full acid support" multi-document transactions (important in eg financial systems), else include? in ways rethinkdb not acid?


Comments

Popular posts from this blog

ruby - re-try logic in a simple loop -

ruby - Accessing variable name -

c# - Error in creating twitterizer app in asp.net -