Christmas time, time for presents! Version 1.2.0-alpha of the free and open source PHP mysqlnd replication and load balancing plugin has been made available on PECL. PECL/mysqlnd_ms makes using any kind of MySQL database cluster easier featuring:
- Read-write splitting: automatic, SQL hints, can be disabled
- Load balancing: random, round robin, user defined
- Fail over
- Global transaction ID support: client-side emulation
- Service levels: eventual consistency, session consistency, strong consistency
The last two features are new. The motto/theme of the 1.2 series is: Global Transaction ID injection and quality-of-service concept.
For many years MySQL has adviced PHP developers to implement all kinds of logic needed to use MySQL …
[Read more]