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.
- LogCollection
Config - 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.