Skip to main content

wal_frame_key

Function wal_frame_key 

Source
pub fn wal_frame_key(prefix: &str, frame_seq: u64) -> String
Expand description

Build the canonical WAL frame key. prefix is the WAL-prefix portion (e.g. "my-graph/wal"); frame_seq is the per-frame cursor. Zero-padded so lex-ASC string sort equals numeric ASC sort.