Skip to main content

Crate corium_log

Crate corium_log 

Source
Expand description

Durable append-only transaction logs with replay and range scans.

Structs§

FileLog
Filesystem append log. Each append is flushed and fsynced before returning.
MemoryLog
In-memory log implementation.
TxRecord
One committed transaction record.
VersionedLog
A transaction log split into per-lease-version files for HA append isolation (see docs/design/log-and-transactor.md).

Enums§

LogError
Log errors.

Traits§

TransactionLog
Common transaction log interface.