Skip to main content

StatsMVCC

Counters for versioned rows.

SuggestedPruneBeforeSeq

Policy from MVCCRetention.

PruneCellVersions

Delete stale cell versions before beforeSeq.

PruneCellVersionsByProfile

Same with profile-driven maxDelete.
Profiles:
  • PruneProfileLowLatency — Aggressive pruning, minimal history
  • PruneProfileBalanced — Default balance
  • PruneProfileLongHistory — Conservative pruning, more history

PruneScheduler

Operator-driven periodic prune helper.
No background goroutine runs inside the library. You control when pruning happens.

MVCCStats

MVCCPruneProfile

GroupWALStats

Group-WAL flusher metrics (when group commit is configured).

See also

  • MVCC — MVCC concepts and time-travel
  • Retention — Retention policies and pruning