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...


What are the consistency levels for write operations in Cassandra?



What are the consistency levels for write operations in Cassandra?..

Answer / Mohd Waseem Akram

Cassandra provides multiple consistency levels for write operations. They are: One (any replica can commit a write), Two (a quorum of replicas must acknowledge the write), Three (a majority of replicas must acknowledge the write), AnyQuorum (any set of replicas which meet or exceed the replication factor acknowledged the write, useful for read-heavy workloads), LocalOne (write is committed immediately, but not guaranteed to be propagated to all replicas), LocalQuorum (write is acknowledged by a majority of replicas in the datacenter where the write was made), and Consistent (a majority of replicas outside of the write's datacenter also acknowledge the write)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Cassandra Interview Questions

Establish the difference between a node, cluster & data centres in Cassandra.

1 Answers  


What is column store db?

1 Answers  


What is memtable?

1 Answers  


What is a keyspace in Cassandra?

1 Answers  


What is graph db? Explain with an example.

1 Answers  


Define replication strategy?

1 Answers  


Can you add or remove Column Families in a working Cluster?

1 Answers  


What is the use of expand cqlsh command in Cassandra?

1 Answers  


What is the use of “ResultSet execute(Statement statement)” method?

1 Answers  


Give the difference between Drop and Truncate in CQLSH?

1 Answers  


How can a user get the information on the version of CQLSH?

1 Answers  


What do you mean by consistency in Cassandra?

1 Answers  


Categories