MariaDB Ignored Indexes

Ignored Index are a MariaDB 10.6 feature that allows us to drop an index in production reducing the risks. Continue reading MariaDB Ignored Indexes
Expert consulting and automation for your database infrastructure
Ignored Index are a MariaDB 10.6 feature that allows us to drop an index in production reducing the risks. Continue reading MariaDB Ignored Indexes
Having many indexes in our databases comes with a cost. It is good to periodically eliminate duplicate and unused indexes. Continue reading Finding Duplicate Indexes and Unused Indexes in MariaDB/MySQL