MCPcopy Create free account
hub / github.com/burhanxz/Distributed-KV / SSTableBuilderImpl

Class SSTableBuilderImpl

lsm/src/lsm/internal/SSTableBuilderImpl.java:38–312  ·  view source on GitHub ↗

sstable典型格式: | data block | 多个存放数据的block,存放用户(k,v) | meta block | 多个bloom filter字节数组,每2KB大小的data block对应一个bloom filter | index block | 一个专门存放index的block,存放 (分界k, 索引块编码) |metaIndex block| 一个专门存放bloom filter index的block,只有一条记录,存放 (filter名, filter位置) | Footer | 指向各个分区的位置和大小 Footer的典型格式(4

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected