Concepts
PHP Manual

Load balancing

Four load balancing strategies are supported to distribute read-only statements over the configured MySQL slave servers: random, random_once (default), roundrobin, user.

The load balancing policy is configured in the plugins configuration file using the pick[] configuration directive.


Concepts
PHP Manual