Explore >> Select a destination


You are here

jepsen.io
| | surfingcomplexity.blog
2.2 parsecs away

Travel
| | In the previous blog post, we saw how a transaction isolation strategy built on multi-version concurrency control (MVCC) does not implement the serializable isolation level. Instead, it implements a weaker isolation level called snapshot isolation. In this post, I'll discuss how that MVCC model can be extended in order to achieve serializability, based on work...
| | aphyr.com
4.4 parsecs away

Travel
| |
| | brooker.co.za
6.0 parsecs away

Travel
| |
| | www.onehouse.ai
33.0 parsecs away

Travel
| Ensuring Atomicity, Consistency, Isolation, and Durability (ACID) in data systems is crucial for maintaining data integrity, especially in environments with concurrent operations. By the end of this blog you will understand how lakehouse table formats like Apache Hudi?, Apache Iceberg? & Delta Lake implement ACID properties, enabling reliable data ingestion, consistent query results, and robust concurrency control over large-scale datasets.