Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What do you understand by Mem-table in Cassandra?
Home
Cassandra
What do you understand by Mem-table in Cassandra?
0
votes
asked
Jan 1, 2023
in
Cassandra
by
john ganales
What do you understand by Mem-table in Cassandra?
mem-table
cassandra
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 1, 2023
by
john ganales
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.
...