Crate lsm

Source

Re-exports§

pub use logic::EntryRef;

Modules§

iterate
logic
manifest
memtable
sorted_table
tasks

Structs§

Database
The main database structure This struct can be accessed concurrently and you should never instantiate it more than once for the same on-disk files
Params
Parameters to customize the creation of the database
WriteBatch
A WriteBatch allows to bundle multiple updates together for higher throughput
WriteOptions
Allows specifying details of a write

Enums§

Error
StartMode
Allow specifying how the datastore behaves during startup
WriteOp