0 votes
in Cassandra by

What Is Sstable? How Is It Different From Other Relational Tables?

1 Answer

0 votes
by

SSTable expands to ‘Sorted String Table,’ which refers to an important data file in Cassandra and accepts regular written memtables. They are stored on disk and exist for each Cassandra table. Exhibiting immutability, SStables do not allow any further addition and removal of data items once written. For each SSTable, Cassandra creates three separate files like partition index, partition summary and a bloom filter.

Related questions

0 votes
0 votes
asked Jan 31, 2020 in Cassandra by MBarbieri
0 votes
asked Aug 29, 2023 in Docker by JackTerrance
...