pub type Sequence = u64;
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.