cockroachdb / cockroachdb/cockroach
sql/inspect: support row-counting on multiple tables/indexes per job
Open
C-enhancement
T-sql-foundations
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
The implementation of the row count check is fragile: The accumulator sums all the row counts from every span into the same accumulator without regard to table or index.
The interfaces, protobufs, and `WebStorage` will need some updates.
Jira issue: CRDB-58648
Epic CRDB-58926
Contributor guide
Assessment
This issue has not been assessed yet.