cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.16k stars 3.82k forks source link

cdc: reenable benchmarks for kv100 #135952

Open rharding6373 opened 12 hours ago

rharding6373 commented 12 hours ago

CDC historically benchmarked changefeed behavior in roachtests by testing against both the kv0 (write-only) and kv100 (read-only) workloads. kv100 is useful to monitor changefeed performance when no data is processed to make sure there are no regressions.

Due to test flakiness, kv100 was disabled in the benchmarks. We should consider reenabling it at some point, since it's still a somewhat useful data point.

Jira issue: CRDB-44800

blathers-crl[bot] commented 12 hours ago

cc @cockroachdb/cdc