Add index management #324
Closed
drupaladmin
started this conversation in
Feature Requests
Replies: 2 comments
-
unused indexes are just as annoying as they add to disk costs, increase times in insert/update/delete operations, etc
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Added in the 1.19.5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if releem can analyze defined indexes. Some things to consider: indexes on low cardinality columns. Indexes that are subset of another index. And this one don't know if it is possible on the server side (without monitoring all queries) - but unused indexes.
Beta Was this translation helpful? Give feedback.
All reactions