-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add create_date to our index usage statistics telmetry #84458
Comments
Could we also add the |
Unfortunately we ran into a few complications adding the database_id potentially impacting the customer workload. But we should have already unredacted the database_name. |
yeah I see database_names in the latest data. Just wanted to make sure you were aware of potential issues with historical data |
This commit adds a creation timestamp to the index usage statistics telemetry. Fixes cockroachdb#84458. Release justification: low-risk updates to new functionality Release note(sql change): Added a creation timestamp to index usage statistics telemetry.
87448: sql: add created_at to index usage stat telemetry r=ericharmeling a=ericharmeling This commit adds a creation timestamp to the index usage statistics telemetry. Fixes #84458. Release justification: low-risk updates to new functionality Release note(sql change): Added a creation timestamp to index usage statistics telemetry. Co-authored-by: Eric Harmeling <[email protected]>
This commit adds a creation timestamp to the index usage statistics telemetry. Fixes cockroachdb#84458. Release justification: low-risk updates to new functionality Release note(sql change): Added a creation timestamp to index usage statistics telemetry.
We added a create_date to crdb_internal.table_indexes. We should capture this piece of information in our telemetry channel as well for index usage statistics.
Related PR that added index usage statistics: #72486
Jira issue: CRDB-17669
The text was updated successfully, but these errors were encountered: