Planet MySQL HA Blog
preFOSDEM MySQL Belgian Days 2025 - Agenda
Tracking Query Plans Part I and Rebooting This Blog
Did you ever need to determine the performance of a query over time? One of the problems with database query optimizations is that the underlying data is always churning. Add in an increase in the number of users, expanding server demand use, and other items that impact your query. What was optimized is no longer performing as expected.
MySQL added a JSON format option to the output of the EXPLAIN command quite a while ago. More recently, Oracle added the feature of saving the output into a varia
MySQL 8.4 Support in Percona Toolkit 3.7.0
Monitoring Multi-threaded Replication Lag With Performance Schema
Used to be that replication lag was as simple as Seconds_Behind_Master (renamed to Seconds_Behind_Source). But with multi-threaded replication (MTR) this is no longer the case. It’s time to relearn replication lag monitoring using Performance Schema tables.
A Message From the Community Team
MySQL enters a new decade!
MySQL Blog Revisited - OCI TypeScript SDK
MySQL Shorts Revisited - DBA Goodies
MySQL Retrospective - ISAM & MySAM Log
MariaDB Galera Cluster with MariaDB MaxScale – Getting Started with Read Write Split
MariaDB Galera Cluster is a synchronous multi-master database cluster solution that provides MariaDB high availability and data consistency. MariaDB MaxScale is a database proxy that can be used to improve the performance, scalability, and security of MariaDB Galera Cluster. Codership (the makers of Galera Cluster) have a long term partnership with MariaDB Corporation, including joint development, roadmap planning, and supporting customers for continued success.
Using MariaDB MaxScale with Maria