cockroachdb / cockroachdb/cockroach

cdc: Understand and quantify the impact of CDC export

Open
#110,981 1 comment 0 reactions 0 assignees View on GitHub
A-cdc C-enhancement T-cdc
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

CDC export should (at least in theory) be a lot less impactful on the cluster (latency, cpu, etc)
than the regular changefeed (due to the fact that CDC export, `initial_scan=only` does not
use rangefeed subsystem.).

However, it's not clear
1. What the impact is?
2. How many of the concurrent exports is too many?

Jira issue: CRDB-31700

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.