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;