LSM is a popular technique to manage multi-level trees for write optimized
system. Refer Wikipedia article. LLRB
, MVCC
, and Bubt
instances support LSM. This package provides APIs for both Get() operations
and Range/Full-Table-Scan operations.
LSM is a popular technique to manage multi-level trees for write optimized
system. Refer Wikipedia article. LLRB
, MVCC
, and Bubt
instances support LSM. This package provides APIs for both Get() operations
and Range/Full-Table-Scan operations.