Question 72: What is linearizable consistency?
- Order of record updates does not matter, all the statement should be successful at the end of transaction.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Correct Answer: 3
Explanation: In ACID terms, linearizable consistency (or serial consistency) is a serial (immediate) isolation level for lightweight transactions. Cassandra does not use employ traditional mechanisms like locking or transactional dependencies when concurrently updating multiple rows or tables.
You can access to full explanation to question and answer from this page.