package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

NewPeriodicProgressFlusher returns a PeriodicProgressFlusher that will flush at the given intervals.
NewPeriodicProgressFlusherForIndexBackfill returns a PeriodicProgressFlusher that will flush according to the intervals defined in the cluster settings.
NewTracker constructs a new Tracker.

# Structs

Tracker is used to receive backfillProgress updates on index backfills and merges and periodically write them.

# Interfaces

RangeCounter abstracts the process of counting the number of ranges in a span, potentially also counting the set of ranges in spans which overlap with that span.