cockroachdb / cockroachdb/cockroach
sqlstats, appstatspb: replace string fields in StatementStatistics wherever possible
Open
T-observability
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Review StatementStatistics to see where we can replace string fields with more efficient types, like ints. One place we can do this is in the indexes field.
https://github.com/cockroachdb/cockroach/blob/65d7a54e951530bbee433614bbdbafab58b2f163/pkg/sql/appstatspb/app_stats.proto#L20-L141
Jira issue: CRDB-47174
Contributor guide
Assessment
This issue has not been assessed yet.