Expand description
Identifier generators and types per design.md §1.1.
Functions§
- format_
node_ id - Format a monotonic per-run
node_id(e.g.n-0001). - new_
op_ id - Generate a new lowercase-ULID operation id, used to name a single
crash-recoverable transaction (e.g. one
run mergeattempt’sMergeTxn). Monotonic and collision-free, so recovery can name exactly which transaction it resolved. - new_
run_ id - Generate a new lowercase-ULID
run_id.