Recent stories
MySQL 8.0 – Invisible Indexes
MySQL 8.0 – Invisible Indexes
Overview In this blog, we aim to discuss the new MySQL 8.0 feature: invisible indexes and how to manage index ...
Find and remove unused & duplicate indexes in MySQL
Find and remove unused & duplicate indexes in MySQL
Overview: It is a general rule of thumb, that the more indexes you have on a table, the slower the INSERTs, UPDATEs, ...
Practical Tips For Moving Indexes Between Tablespaces
Practical Tips For Moving Indexes Between Tablespaces
From time to time, a simple request to reorganize space in a tablespace leads to a more complex solution. Here’s how we ...