Question-44: As per the CAP theorem, Cassandra can be setup?
- Highly consistent with Partition tolerance (CP)
- 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
Exp: in Cassandra database consistency refers how up to date our data is in the database weather all the replicas are replicated or not. there is an ongoing repair operation which ensures that all the replicas are replicated eventually. in Cassandra consistency is tunable, so you need to follow the cap theorem. Hence, Cassandra provides flexibility for configuring database like either consistent + partition tolerant (CP) or highly available + partition tolerant (AP).
You can access to full explanation to question and answer from this page.