changefeedccl: ensure show changefeed jobs
does not impact foreground latency
#101502
Labels
A-cdc
Change Data Capture
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-cdc
Follow up to cdc pre mortem: https://docs.google.com/document/d/1X2D64G_Jdb9S4MxrBYPH_fwKAP3dkUrhc7yUgZZNZAY/edit#
We're worried that running
show changefeed jobs
here impacting foreground latency for big customers (who may have thousands of jobs/changefeed jobs). We should probably have a virtual index on SHOW JOBS so we don’t have to scan all jobs. A quick win would be probably the virtual index on job type and created/updated time.Jira issue: CRDB-26975
Epic CRDB-9398
The text was updated successfully, but these errors were encountered: