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 ...

3 min read
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, ...

3 min read

Exposing MyRocks internals via system variables: Part 1, Data Writing


Series Introduction Back in 2016 I decided to write a blog series on InnoDB in hopes that it would help give a good ...

3 min read

More stories