Answer Posted / Neeraj Singh Rajput
SSTable (Sorted String Table) is a storage format used by Apache Cassandra to store data on disk. It organizes data in sorted columns, with each row containing a timestamp, column name, value, and a pointer to the next row. SSTables are immutable and are merged periodically to reduce the number of files and improve performance.
| 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