changefeedccl: rename min_checkpoint_frequency option #138670
Labels
A-cdc
Change Data Capture
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-cdc
We should consider renaming the
min_checkpoint_frequency
option since its name could be misleading. It doesn't control how frequently the changefeed checkpoints but rather how frequently a change aggregator flushes its progress to the change frontier.cockroach/pkg/ccl/changefeedccl/changefeed_processors.go
Lines 870 to 882 in c47ab2c
Jira issue: CRDB-46299
The text was updated successfully, but these errors were encountered: