Describe the different consistency levels for read operation in Cassandra?

devquora
devquora

Posted On: Feb 22, 2018

 

  • All
  • It is extremely consistent. It is compulsory to a write needs to be written to memtable and commit log which is on copy nodes in the group
  • EACH_QUORUM
  • It is compulsory for a write needs to be written to memtable and commit log on quorum which exists on copy nodes in all data centers
  • LOCAL_QUORUM
  • It is compulsory for a write needs to be written to memtable and commit log on the quorum of copy nodes but only in the same center.
  • ONE
  • It is compulsory for a write needs to be written to memtable and commit log with one or more replica node.
  • TWO
  • It is compulsory for a write needs to be written to memtable and commit log with one or more replica node.
  • THREE
  • Same as the above but it should be with three replica nodes, sequentially

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cassandra Interview Questions

    What do you understand by Cassandra?

    It is a NoSQL based technology which is highly selected by the users and customers...

    Cassandra Interview Questions

    What are the main benefits of using Cassandra?

    First of all, the extraordinary points that makes the people so attracted to it that it has no chance of failure..

    Cassandra Interview Questions

    What do you mean by Tunable Consistency?

    Tunable Consistency is used to keep the fresh and co-exist data rows on all their replicas..