摘要: 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 阅读全文
posted @ 2016-12-08 20:02 CobbLiu 阅读(632) 评论(0) 推荐(0) 编辑