Percona Server feature request - index hints

Bug #1152285 reported by Ammon Sutherland
This bug report is a duplicate of:  Bug #697801: Make it possible to disable indexes. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Triaged
Wishlist
Unassigned

Bug Description

We have many unused indexes. At least, we *think* they are unused. The problem is that the tables are large and the code is vast and has a number of index hints buried in obscure corners. It would be awesome if we could mark an index as "invisible" or something as far as the optimizer is concerned but such that we could get warnings in the logs perhaps if we attempt to hit is explicitly that way we can more easily track whether it can really be removed. I know I could just track things via the various percona information_schema statistics tables. However, I'm not quite adventurous enough to pull the trigger in some cases.

Otherwise, can the parser / optimizer be made to not fail a query if index hints point to a non-existent index? Maybe it could just drop a note in the log and / or issue a warning.

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

If I understand you correctly, you are looking for:
- a way to annotate a given index as disabled, without removing it;
- then the query optimizer producing a warning when a disabled index is forced.
OR,
- make an index hint containing invalid index name warning, not error.

Since your goal is to get rid of unused indexes and unnecessary index hints that might be forcing their use, I'd consider other ways to achieve this:
- pt-index-usage to get rid of indexes that are already unused;
- pt-query-digest to find queries with index hints; remove the hint on a test db, evaluate, repeat.

Changed in percona-server:
importance: Undecided → Wishlist
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.