Module hot

Source
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

CFKeyValueCompression
vectorsentity+space+ts (20B)raw f32 bytesNone
timelinesentity+space (12B)EntityTimeline (postcard)LZ4
systemstringconfig/stateNone

Structsยง

HotStore
RocksDB-backed persistent storage for the hot tier.

Constantsยง

CF_SYSTEM ๐Ÿ”’
CF_TIMELINES ๐Ÿ”’
CF_VECTORS ๐Ÿ”’