Skip to content

Commit

Permalink
Update index-advisor.md
Browse files Browse the repository at this point in the history
Co-authored-by: Roger Song <[email protected]>
  • Loading branch information
qw4990 and songrijie authored Jan 8, 2025
1 parent 680adf9 commit c03b971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index-advisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The [`sys.schema_unused_indexes`](/sys-schema/sys-schema-unused-indexes.md) view
## View information_schema.tidb_index_usage

This table provides metrics like access patterns, last access time, and rows accessed. Below, we show SQL query recommendations on how to identify unused or inefficient indexes based on this table.
[`information_schema.tidb_index_usage`](/information-schema/information-schema-tidb-indexes.md) provides metrics including selectivity buckets, last access time, and rows accessed. Below example shows the queries to identify unused or inefficient indexes based on this table.

```sql
-- Find indexes that haven't been accessed recently
Expand Down

0 comments on commit c03b971

Please sign in to comment.