Planet MySQL HA Blog
An Efficient Path to Learning MySQL Performance
† Video recording not available
Manage External MySQL DB systems in OCI
Prerequisites for Managing On-premises MySQL DB systems in OCI
Set up Cross-Region Oracle Heatwave MySQL Disaster Recovery Copy in OCI
HOMELAB
Just for fun...
Numerous options exist for testing MySQL and general database instances.
This is just an example of how you can use Proxmox to have a simple fast setup for repeatable testing and access.
This example is a nice and cheap option to have a home lab for MySQL and anything else you want.
The homelab virtualization I picked was Proxmox and Openmediavaul for extended NFS storage (not 100% sold on Openmediavault, Debian alone could do it)
Hardware I pic
End-Of-Life of HeatWave MySQL 8.0 version
Automating Day 2 operations: Scaling, upgrades and maintenance
The first launch of your database is not the end; it is the beginning of Day-2 operations. Day-2 operations include critical, ongoing tasks such as rolling upgrades, patching, capacity scaling, and continuous performance tuning. These tasks are essential to ensure high availability, security, and performance of your production environments. Manual execution of Day-2 operations by DBAs and operators can waste time, introduce risk, and limit agility.
This post will explore the significanc
Galera Cluster vs InnoDB Cluster in MySQL 8.4 – preamble
MySQL 8.4 has two good options for High Availability clusters: Galera Cluster (and Percona XtraDB Cluster (PXC)) plus MySQL InnoDB Cluster. Both solutions are now mature enough, so what is the deciding factor? Workload characteristics, application compatibility (Galera is virtually synchronous; InnoDB Cluster offers 2 modes – single primary mode, which is one instance being read-write, with the rest being read only, and multi-primary mode, which is closer to what Galera Cluster is) and ope