Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Name the types of tunable consistency?



Name the types of tunable consistency?..

Answer / Ashawni Gautam

Apache Cassandra provides several levels of tunable consistency, including:n1. Strong consistency: All writes are immediately visible to all clients and read-after-write consistency is guaranteed.n2. Eventual consistency (Level One): Writes become visible to all nodes after a variable time, but there's no guarantee of read-after-write consistency.n3. Quorum consistency (Level Two): A majority of replicas must respond with the same value for reads and writes. This level provides strong eventual consistency at a reduced latency compared to Strong consistency.n4. Local consistency: Reads are served from local data without waiting for remote replicas, ensuring lower latency but potentially weaker consistency guarantees.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Cassandra Interview Questions

What are the usage of different consistency levels for write operations ?

1 Answers  


Define commit log?

1 Answers  


Does Cassandra works on Windows?

1 Answers  


What are the parameters used to create a keyspace?

1 Answers  


What is ColumnFamily?

1 Answers  


How is a keyspace created in cassandra? & What are the parameters used?

1 Answers  


What do you mean by tunable consistency?

1 Answers  


How many types of NoSQL databases? Give some examples.

1 Answers  


Explain what is composite type in cassandra?

1 Answers  


What are components of Cassandra Data Model?

1 Answers  


What do you understand by Data Replication in Cassandra?

1 Answers  


What are the key points of data model of Cassandra?

1 Answers  


Categories