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
29.87k stars 3.77k forks source link

Collect MVCC statistics as telemetry data #85411

Open kevin-v-ngo opened 2 years ago

kevin-v-ngo commented 2 years ago

This issue tracks collecting MVCC statistics in our cloud telemetry logging channel.

This will enable us to understand which workloads are suffering from performance issues due to MVCC garbage data.

Related issue (user-facing): https://github.com/cockroachdb/cockroach/issues/72048

Jira issue: CRDB-18237

Epic CRDB-20499

kevin-v-ngo commented 2 years ago

@devadvocado - this was original on Schema's board because I thought it was part of the schema snapshot telemetry we're collecting. Is that not the case?