Sorted String Table (SST), The Immutable, Sorted Key–Value Data Structure Used in Storage Systems like LSM-Trees. It Stores Entries Sequentially on Disk for Efficient Reads, Merges & Range Queries, Supporting Fast Lookups Through Indexing & Bloom Filters.
- 
        Couldn't load subscription status. 
- Fork 0
Sorted String Table (SST), The Immutable, Sorted Key–Value Data Structure Used in Storage Systems like LSM-Trees. It Stores Entries Sequentially on Disk for Efficient Reads, Merges & Range Queries, Supporting Fast Lookups Through Indexing & Bloom Filters.
Couldn't load subscription status.
WillKirkmanM/sst
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Sorted String Table (SST), The Immutable, Sorted Key–Value Data Structure Used in Storage Systems like LSM-Trees. It Stores Entries Sequentially on Disk for Efficient Reads, Merges & Range Queries, Supporting Fast Lookups Through Indexing & Bloom Filters.