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.

Modules§

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

Structs§

LogCollection
Append-only log collection.
LogCollectionConfig
Configuration for a log collection.
LogEntry
A single log entry with timestamp-based ID and user fields.
LogId
A timestamp-based log entry ID.

Enums§

LogRetention
Retention policy for log collections.