More ideas
fatkodima opened this issue · 0 comments
fatkodima commented
- Detect invalid indexes/constraints
- Detect duplicate indexes - with identical structure or prefixes of each other
- Detect columns near integer overflow
- Detect empty tables (or not accessed within some threshold period). Would be useful when cleaning up/refactoring a messy db schema.
- Detect useless columns - columns having only one distinct value or only nulls. Caution: this check will be costly on large tables.
- Method to return current connections info
- Method to return current db settings