Configuring MySQL Master-Slave Replication with MyCAT for Read-Write Splitting on Windows

Implementing a robust read-write splitting architecture can significantly enhance database performance and availability by distributing query loads across multiple servers. This setup ensures that write operations are hendled by a dedicated primary server, while read requests are served by one or more secondary servers. This document outlines t ...

Posted on Thu, 21 May 2026 16:32:40 +0000 by raku

Implementing Read-Write Separation with Atlas and MHA

Atlas is a data access layer solution built on MySQL protocol, developed by the Qihoo 360 Web Platform Department infrastructure team. It enhances the mysql-proxy 0.8.2 foundation with optimizations and additional features. Within Qihoo 360, Atlas manages MySQL workloads handling billions of daily read/write operations. Key Considerations Atla ...

Posted on Tue, 19 May 2026 21:36:58 +0000 by whitmard