-
Notifications
You must be signed in to change notification settings - Fork 4.1k
changefeedccl: reduce size or # of pointers of event struct #84709
Copy link
Copy link
Closed
Labels
A-cdcChange Data CaptureChange Data CaptureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-cdc
Description
We’ve discovered that foreground SQL latency can be affected by changefeed backfills (initial scans and catchup scans). Let’s see if we can reduce the size of this struct.
@nvanbenschoten mentions that it might be a small as key, current value and previous value -- down to 3 pointers instead of the current 10.
Jira issue: CRDB-17821
Epic CRDB-23739
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-cdcChange Data CaptureChange Data CaptureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-cdc