cockroachdb / cockroachdb/cockroach
changefeedccl: make a changefeed setting for sink IO workers
Open
A-cdc
C-enhancement
E-easy
O-support
P-3
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
We currently have a cluster setting `changefeed.sink_io_workers` for configuring the number of workers in the parallel IO instance.
We should have a changefeed setting to allow this to be configured on a per-feed basis, and use the min of the two values if they're different.
Jira issue: CRDB-54990
Contributor guide
Assessment
This issue has not been assessed yet.