Lsn

Type Alias Lsn 

Source
pub type Lsn = u64;
Expand description

Log Sequence Number - uniquely identifies a position in the WAL.

Format: (segment_id << 32) | offset_in_segment