Question-47: Which of the following is correct for transactions in Cassandra?
- Cassandra offers atomic, isolated and durable transaction with eventual and tunable consistency.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans: A, B, C, D
Exp: Cassandra database does not follow ACID (Atomicity, Consistency, Isolation and Durability) and also having both Rollback and locking mechanism. However, Cassandra offer the atomic, isolated and durable transactions with eventual and tunable consistency.
You can access to full explanation to question and answer from this page.