cockroachdb / cockroachdb/cockroach
changefeedccl: improve show changefeed jobs performance
Open
A-cdc
A-many-descriptors
C-enhancement
P-2
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
As of recent versions, SHOW JOBS no longer reads from the job_info table, instead using a dedicated job_progress table with only the required info. However, this is not the case for SHOW CHANGEFEED JOBS. We should add the required info to the new table and use it.
May relate to https://github.com/cockroachdb/cockroach/issues/157764
Jira issue: CRDB-50635
Epic CRDB-62274
Contributor guide
Assessment
This issue has not been assessed yet.