doll
doll copied to clipboard
read/write splitting
Several existing PDO extensions implement read/write splitting, e.g.
http://laravel.com/docs/database#read-write-connections https://github.com/mauricoder/PDO_Proxy
This is used when database backend is using master-slave replication.