The lsmdb
is a LSM (Log-Structured Merge) Tree storage engine, a disk-based storage engine designed for efficient read and write operations.
It utilizes a combination of in-memory and on-disk data structures to provide fast data retrieval and durability.
-
Notifications
You must be signed in to change notification settings - Fork 0
lsmdb is an efficient storage engine that implements the Log-Structured Merge Tree (LSM-Tree) data structure, designed specifically for handling key-value pairs.
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
roynrishingha/lsmdb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
lsmdb is an efficient storage engine that implements the Log-Structured Merge Tree (LSM-Tree) data structure, designed specifically for handling key-value pairs.
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT