0 votes
in Cassandra by
What is SSTable?

1 Answer

0 votes
by

SSTable is a short form of 'Sorted String Table'. It refers to an important data file in Cassandra and accepts regular written memtables. They are stored on disk and exist for each Cassandra table.

...