Skip to main content

Module log

Module log 

Source
Expand description

High-performance append-only log collections.

LOG tables are optimized for high-throughput sequential writes with time-ordered IDs and automatic retention.

Re-exports§

pub use id::LogId;
pub use store::LogCollection;
pub use store::LogCollectionConfig;
pub use store::LogEntry;
pub use store::LogRetention;

Modules§

id
Timestamp-based monotonic IDs for log entries.
store
Append-only log collection backed by UnifiedStore.