/plushcap/analysis/datastax/datastax-lightweight-transactions-datastax-enterprise

Lightweight Transactions with DataStax Enterprise

What's this blog post about?

Lightweight transactions enable highly durable distributed systems to operate in an ACID-like manner with ease. They ensure that data read is correct and current, which is crucial for maintaining data integrity. In DSE, lightweight transactions are implemented using the Paxos protocol combined with normal read/write operations. However, they have a relatively high cost of use and should only be utilized when necessary, such as in situations where concurrency is a factor. Consistency levels SERIAL and LOCAL_SERIAL are specific to lightweight transactions and provide linearizable consistency for handling failure scenarios.

Company
DataStax

Date published
April 3, 2019

Author(s)
Eric Zietlow

Word count
1228

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.