Module checkpointer

Source

Structs§

Checkpointer
The checkpointer checkpoint wal segments in the main db file, and deletes checkpointed segments. For simplicity of implementation, we only delete segments when they are checkpointed, and only checkpoint when they are reported as durable.

Enums§

CheckpointMessage

Type Aliases§

LibsqlCheckpointer