Design A Highly Available MySQL Clusters With Orchestrator And ProxySQL In GCP — Part 1
Recently we have migrated one of our customer's infra to GCP and post the migration we published some adventures on ProxySQL which we implemented for them.
- Reduce MySQL Memory Utilization With ProxySQL Multiplexing
- How max_prepared_stmt_count can bring down production
Now, we are going to implement an HA solution with customer filter for failover. We have done a PoC and the blog is about this PoC configurations. And again the whole setup has been implemented in GCP. You can follow the same steps for AWS …
[Read more]