No Picture
MinervaDB

MySQL Scalar Subquery Unnesting transformation

Scalar subquery unnesting is a transformation technique used by the MySQL optimizer to optimize queries that involve scalar subqueries. Scalar subqueries are subqueries that return a single value, typically used in expressions or as part […]

No Picture
MinervaDB

How invisible indexes in MySQL 8 works?

In MySQL 8, invisible indexes are a feature that allows you to create an index without it being used by the optimizer. This can be useful in situations where you want to test the impact […]

No Picture
DBA

Troubleshooting Galera Cluster for performance

Troubleshooting Galera Cluster for performance Galera Cluster is a popular solution for achieving high availability and scalability in MySQL and MariaDB databases. However, as with any distributed system, there can be performance issues that arise [...]
No Picture
DBA

Quick Run-Book on MySQL Group Replication

The checklist for operating MySQL Group Replication MySQL Group Replication is a plugin for MySQL that allows you to create a group of MySQL servers that work together to provide a replicated and highly available […]