随笔分类 - leveldb
摘要:leveldb menifest文件格式
阅读全文
摘要:Leveldb中sstable的格式
阅读全文
摘要:If Protocol Buffers is the lingua franca of individual data record at Google, then the Sorted String Table (SSTable) is one of the most popular outputs for storing, processing, and exchanging datasets. As the name itself implies, an SSTable is a simple abstraction to efficiently store large numbers of key-value pairs while optimizing for high throughput, sequential read/write workloads.
Unfortunately, the SSTable name itself has also been overloaded by the industry to refer to services that g
阅读全文