Expand description
RocksDB-backed persistent storage (hot tier).
Uses separate column families for different data types, each with optimized compression and bloom filter settings.
ยงColumn Families
| CF | Key | Value | Compression |
|---|---|---|---|
vectors | entity+space+ts (20B) | raw f32 bytes | None |
timelines | entity+space (12B) | EntityTimeline (postcard) | LZ4 |
system | string | config/state | None |
Structsยง
- HotStore
- RocksDB-backed persistent storage for the hot tier.
Constantsยง
- CF_
SYSTEM ๐ - CF_
TIMELINES ๐ - CF_
VECTORS ๐