cockroachdb / cockroachdb/cockroach
sql: expose estimated row count for indexes
Open
C-enhancement
O-support
P-3
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
`SHOW TABLES` reports an estimated row count for each table. It would improve observability to expose a similar estimated row count for indexes via `SHOW INDEXES` or another method. While this may not be informative for some indexes, it would be informative for partial indexes.
Jira issue: CRDB-35347
Contributor guide
Assessment
This issue has not been assessed yet.