|
|
|
|
|
by mrjn
2519 days ago
|
|
On the topic of ACID, Dgraph is the only graph DB (AFAIK) which has gone through Jepsen testing for its distributed transactional ability. Note that Dgraph passes all of them in the latest releases. And provides MVCC, snapshot isolation with linearizable reads. http://jepsen.io/analyses/dgraph-1-0-2 |
|