What is SSTable? How is it different from other relational tables?
Answer Posted / Ram Dwivedi
An SSTable (Sorted String Table) in Cassandra is an on-disk data structure used to store sorted, immutable key-value pairs. Unlike traditional relational databases, SSTables are not stored in separate tables, but rather in individual files per partition. Additionally, SSTables support column families, which allow for schema flexibility.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category