To dig into more detail and list the isolation levels and their characteristics, four fundamental concepts must be grasped: SQL transactions, read ...
For further actions, you may consider blocking this person and/or reporting abuse
great article series. Thank you. This becomes especially challenging in distributed environments where even providing serialized transactions to all distributed data replicas becomes challenging. With Cassandra, we are using Accord to add ACID to Cassandra as a consistent distributed database that can operate at high scale and high write volume. Very curious about your thoughts when applying these principals to a distributed data environment.
Thanks for your feedback. I didn't look at Accord which looks very interesting. I'm working with YugabyteDB which uses Raft. It supports all isolation levels with the PostgreSQL API, and Snapshot Isolation with the Cassandra-like API.