Ulf Wendel

2014/10/30
by admin
Comments Off on PECL/mysqlnd_ms needs updates for MySQL Group Replication

PECL/mysqlnd_ms needs updates for MySQL Group Replication

‘Synchronous’, multi-master, auto-everything – that’s the new MySQL Group Replication (IPC14 talk/slides) in simple words. After torturing PHP developers for decades with MySQL Replication there is now a new replication option which does not require read-write splitting. A system that … Continue reading

2014/08/07
by admin
Comments Off on PECL/mysqlnd_ms: summer time, (connection) pool time – Fabric support internals

PECL/mysqlnd_ms: summer time, (connection) pool time – Fabric support internals

The MySQL replication and load balancing plugin for PHP, PECL/mysqlnd_ms, aims to make using a cluster of MySQL servers instead of a single server as transparent as possible. Should you ever want to migrate your PHP app from a single … Continue reading

2014/07/29
by admin
Comments Off on PECL/mysqlnd_ms: how failed XA transactions get fixed

PECL/mysqlnd_ms: how failed XA transactions get fixed

XA transactions are an open standard for distributed transactions. A distributed or global transaction can spawn multiple databases. XA transactions come handy, for example, when data sets are sharded over multiple servers and a business transaction affects multiple shards. The … Continue reading