Skip to main content

Sequence

Type Alias Sequence 

Source
pub type Sequence = u64;
Expand description

Global sequence number for log entries.

Sequence numbers are monotonically increasing integers assigned to each entry at append time. They provide a total ordering across all keys in the log.