Open In App

SSTable in Apache Cassandra

In this article, we are going to discuss SSTable which is one of the storage engines in Cassandra and SSTable components and also, we will cover what type of information kept in different database file in SSTable. Let’s discuss one by one.

SSTable :
It is one of the storage engines in Apache Cassandra i.e storage for Immutable data file for row storage. In Cassandra, SSTable uses for persisting data on disk.




Figure – SSTable in Apache Cassandra

Key points :



Components of SSTable :
In Cassandra, SSTable has multiple components that stored in multiple files as following.

Note –
In Apache Cassandra, SSTables can be optionally compressed using block-based compression.

Article Tags :