0 votes
in Cassandra by
Explain the terms Memtable, CommitLog and SSTables.

1 Answer

0 votes
by

Commit log: The Commit log is a crash-recovery mechanism that supports Cassandra’s durability goals

MemTable: MemTable is an in-memory data structure that corresponds to a CQL table

SSTable: The contents of the memtable are flushed to disk in a file called an SSTable.

Related questions

0 votes
asked Feb 29, 2020 in Cassandra by RShastri
0 votes
0 votes
asked Sep 11, 2022 in Scala Constructs by sharadyadav1986
...