Answer Posted / Rajkumar Paswan
"Memtable" is an in-memory data structure used by Cassandra to store data before it gets written to a persistent storage. "CommitLog" is a log file where write operations are first recorded temporarily before they are flushed to the Memtable. "SSTables (Sorted String Table)" are the final persistent representation of the data in Cassandra, which get created when Memtables are compacted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category