Recent stories
The Enigma of Disappearing Disk Space: Why Space Isn't Freed After Deleting Files in Linux?
The Enigma of Disappearing Disk Space: Why Space Isn't Freed After Deleting Files in Linux?
Introduction If you're a Linux user, you might have encountered a perplexing scenario where you delete a large file or ...
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, ...