Expand description
Hummock is the state store of the streaming system.
Re-exports§
pub use utils::MemoryLimiter;
pub use block_cache::*;
pub use sstable::*;
pub use store::*;
pub use recent_filter::*;
pub use self::sstable_store::*;
Modules§
- error 🔒
- Hummock state store’s SST builder, format and iterator
Structs§
- The
Arc
-wrapped type ofHummockErrorInner
.
Enums§
Functions§
- Get
user_value
fromImmutableMemtable
- Validate SSTs in terms of Ordered, Locally unique and Globally unique.