docs
docs copied to clipboard
PR #94923 - server: refactor database index recommendations for DatabaseDetails API
Exalate commented:
Related PR: https://github.com/cockroachdb/cockroach/pull/94923 Commit: https://github.com/cockroachdb/cockroach/commit/3e4dcfe0127ec26281c2ad4e082613efdcde6c30
Release note (performance improvement): Refactored the query logic when fetching database index recommendations for the DatabaseDetails API endpoint, greatly reducing the query time and cost, particularly for large schemas.
Jira Issue: DOC-6557