MaxScale, the pluggable proxy for MySQL databases has just gone beta. With this new release comes a number of new features that improve the usability, functionality and versatility of MaxScale. Here are a few of the things that have now become available with MaxScale 1.0 Beta.Read/Write Splitter Routing ModuleA number of enhancements have been made to the Read/Write splitter routing module for MaxScale
- Support for prepared statements
- Fault tolerance for read operations via multiple slaves
- Configurable load balancing methods
- Integration with slave replication lag monitoring to cap the acceptable lag
- Ability to weight the load distribution mechanism
Prepared StatementsThe preparation stage is now correctly recognised and distributed to all servers within a session that might need to execute these statements at a later date. The execution is then routed to an …
[Read more]