-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Looking at the example yml file for the pool_weight configuration:
master:
host: master-db.example.com
port: 6000
username: master_user
password: 567pass
read_pool:
- host: read-db-1.example.com
pool_weight: 2
- host: read-db-2.example.com
The explanation below says:
"the connection read-db-1 will get half the traffic as the other two connections, so presumably it's on a more powerful box."
Shouldn't that be "read-db-1 will get TWICE the traffic"?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels