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

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -