Explain the Memtable in Cassandra?

devquora
devquora

Posted On: Feb 22, 2018

 

As the name suggests, Memtable is related to memory. The data that is written is in a structure (in-memory) by Cassandra is termed as Memtable. All the content that is stored as key/column takes place in these structures. With the use of the key, it is easy to classify the data. For every Column Family, there is a definite Memtable and it is also useful at the time of regaining the column data from the key.

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