Ulf Wendel

2012/06/28
by admin
Comments Off on PECL/mysqlnd_ms 1.4: A failover standby using weighted/prioritized load balancing

PECL/mysqlnd_ms 1.4: A failover standby using weighted/prioritized load balancing

Some people speak incredibly fast, others make you fall asleep listening. If you have a heterogenous MySQL cluster with differently sized machines, some will be able to answer questions faster than others. PECL/mysqlnd_ms 1.4, the PHP MySQL replication plugin, allows … Continue reading

2012/06/05
by admin
Comments Off on PECL/mysqlnd_ms 1.4 – Load? MySQL? Clustering! Balancing!

PECL/mysqlnd_ms 1.4 – Load? MySQL? Clustering! Balancing!

Clustering databases is a mainstream technology. MySQL PHP users can take many approaches to load balancing, pooling and redirection. PECL/mysqlnd_ms is one solution. How does it handle transactions? Transactions are a challenge for every MySQL load balancer. MySQL? Load? Clustering! … Continue reading

2012/05/15
by admin
Comments Off on Some throttling for PECL/mysqlnd_ms 1.4

Some throttling for PECL/mysqlnd_ms 1.4

Users of MySQL Replication sometimes throttle client requests to give slaves time to catch up to the master. PECL/mysqlnd_ms 1.4, the current development version, features some throttling through the quality-of-service filter and global transaction identifier (GTID). Both the plugins client-side … Continue reading

2012/04/27
by admin
Comments Off on PECL/mysqlnd_ms 1.4 = charset pitfalls solved

PECL/mysqlnd_ms 1.4 = charset pitfalls solved

Tweaking is the motto – what an easy release PECL/mysqlnd_ms 1.4 will be! The first tweak for the next stable version of the mysqlnd replication and load balancing plugin solves pitfalls around charsets. String escaping now works on lazy connection … Continue reading