Planet MySQL HA Blog
Why PostgreSQL needs an AI usage policy
From JSON by Hand to a Guided MySQL Enterprise Edition Audit Filter Wizard
The Next Phase of MySQL Community Engagement: Accelerating Participation and Collaboration
Create Replica DB system Made Easy for MySQL HeatWave Service on OCI
Do not uselessly grant CREATE and ALTER TABLE
MySQL 9.7 – Thank you for your contributions!
A More Predictable MySQL Release Model: Calendar Versions, LTS, and Innovation
Stop Guessing Your Kubernetes MySQL Configs: Meet the MySQL Operator Calculator
Let’s be honest: migrating a relational database to Kubernetes sounds fantastic in a whiteboard meeting, but the reality of day-two operations is a completely different story.
When moving MySQL to Kubernetes, the ultimate goal is simple: identify a safe, performant set of configuration values for your database pods. But where do you start? Usually, you look at your overall node resources say, a machine with 16 CPUs and 64GB of RAM.
In the old bare-metal days, you'd apply the standard rules of thumb:
-
Set innodb_buffer_pool_size to 60-80% of total RAM to…
Group Replication VS Percona XtraDB Cluster: The True Cost of Consistency
When building high-availability MySQL environments, the choice between MySQL Group Replication (GR) and Percona XtraDB Cluster (PXC) often comes down to how they handle the eternal database dilemma: data consistency versus performance.
While both provide "synchronous-like" replication, they approach the problem of stale reads—reading data that has been committed on one node but not yet applied on another—in distinct ways. Understanding these differences, and the performance penalties associated with fixing them, is critical for any…