Expand description
Journal replay persistence traits (read-only).
No writer counterpart – journal writes go through JournalWriter which is
already extracted into engine_journal.rs. These queries are used during
engine startup to replay commands/events from the DB after a snapshot load.
Structs§
- Journal
Command IdBounds - Inclusive command-id bounds for the replayable hot journal.
Traits§
- Journal
Replay Reader - Read-only queries for engine journal replay after snapshot recovery.