Skip to content

A highly simplified storage engine based on LSM tree

Notifications You must be signed in to change notification settings

Da1sypetals/Lsmkv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk format

SST

Data

Index

Bloom filter

+-------------------+-------------------+-------------------+-------------------+
|   num_bits (4B)   |      k (4B)       |     bits (var)    |  checksum (4B)    |
+-------------------+-------------------+-------------------+-------------------+

WAL

About

A highly simplified storage engine based on LSM tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages