Where the open source database community meets: Use code PERCONA75 and secure your spot for Percona Live.  Register

Webinar on Read/Write Splitting with PHP

January 18, 2013
Author
Bill Karwin
Share this Post:

I’ll be presenting a webinar next Wednesday, January 23 at 10 a.m. (Pacific Time), about issues application developers should think about for scaling out read-query traffic using multiple MySQL instances in a replication pair.

Specifically, about the care we have to take because replication is asynchronous.  This means the slave  may not have current data at all times, so an application must choose to query the slave or the master dynamically.  As much as possible, we’d like to automate this choice so that application developers can be the most productive.

Please join me for this webinar by registering here: https://www.percona.com/webinars/readwrite-splitting-mysql-and-php

0 0 votes
Article Rating
Subscribe
Notify of
guest

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
gggeek
13 years ago

A very interesting topic indeed, esp. when you start throwing into the mix update queries and transactions.
I’d love to have the split happens transparently in a layer below the application (eg. the php mysql-nd driver), but for having worked on the code which implements this feature in eZ Publish, I know it can get hairy

frediiii
frediiii
13 years ago

I forwarded this to my development colleague who recently wrote a loadbalancing layer for our SaaS platform. Might be interesting for him.

Far
Enough.

Said no pioneer ever.
MySQL, PostgreSQL, InnoDB, MariaDB, MongoDB and Kubernetes are trademarks for their respective owners.
© 2026 Percona All Rights Reserved