0 votes
in Cassandra by
What do you understand by Mem-table in Cassandra?

1 Answer

0 votes
by
Mem-table is a memory-resident data structure. After the commit log, the data will be written to the mem-table. Sometimes, for a single-column family, there will be multiple mem-tables.
...