Expand description
Snapshot save/load helpers for the DSQL control-plane state.
Enums§
Functions§
- load_
into - Load a snapshot into
state.Emptywhen nothing is saved,Loaded(n)after a successful restore, or a descriptive error for a fatal startup log. - save_
snapshot - Serialize and persist the current DSQL state. No-op when there is no store (memory mode). Serialized off the async runtime to avoid blocking.