Expand description
Checkpoints (spec/sync/README.md §4.1): one checkpoints row per batch
observed through the filesystem fast path or the adapter driver, then the
pool sweep.
Structs§
- Checkpoint
Result - What a checkpoint produced, in batch order.
Functions§
- files_
json - The
filescolumn of a checkpoint:[[path, old_hash | null, new_hash | null], …]in batch order. - finish_
checkpoint - §4.1: bucket the outcomes, mint
cp, insert the row, sweep the pool atts(spec/store§5.5). - process_
checkpoint - §4.1
process_checkpoint: read each path underroot(Nonewhen absent),observe_batch, record the checkpoint.