cockroachdb / cockroachdb/cockroach

changefeedccl: improve show changefeed jobs performance

Open
#146,640 2 comments 0 reactions 1 assignee Claimed by @sjain022 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.