cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.12k stars 3.81k forks source link

changefeedccl: improve ux on large initial scans #134679

Open asg0451 opened 4 days ago

asg0451 commented 4 days ago

Currently on large data volumes / range counts, one feed's initial scan can take days and block other feeds from (re)starting. https://github.com/cockroachdb/cockroach/pull/133789 is aimed at mitigating the latter, but we should still improve this, by eg. printing a NOTICE if the range count is such that initial scans will take forever.

Jira issue: CRDB-44198

blathers-crl[bot] commented 4 days ago

cc @cockroachdb/cdc