Crate below_store

Source

Modules§

advance
compression
cursor

Structs§

ChunkSizePo2
DataFrame
This data store works as follows:
LocalStore
RemoteStore
StoreWriter
The StoreWriter struct maintains state to put more data in the store. It keeps track of the index and data file it’s currently working on so in the common case it can just append data. When it rolls over to a new shard, it will recreate itself.

Enums§

CompressionMode
Direction
Direction to scan for next sample
Format
Serialization format. Currently only Cbor is supported.

Constants§

MAX_CHUNK_COMPRESS_SIZE

Traits§

Store

Functions§

read_next_sample
Convenient function to read the first sample at timestamp or after timestamp in direction. Prefer directly using StoreCursor for sequential reads

Type Aliases§

Advance