<div dir="ltr"><div dir="ltr">Dear All.<br><br>lets say Currently I have 3 psql hosts, 2 of them have the same 'fqdn' but different IP.<br><br>master.pgcluster.service.bino.inc. 0 IN    A    10.10.10.3<br>replica.pgcluster.service.bino.inc. 0 IN A    10.10.10.1<br>replica.pgcluster.service.bino.inc. 0 IN A    10.10.10.2<br><br>(note: DNS server is by Consul)<br><br>My pgpool.conf :<br><br>#MASTER<br>backend_hostname0 = 'master.pgcluster.service.bino.inc'<br>backend_port0 = 5432<br>backend_weight0 = 1<br>backend_data_directory0 = '/psqldata'<br>backend_flag0 = 'ALWAYS_MASTER'<br>#REPLICAs<br>backend_hostname1 = '10.10.10.2'<br>backend_port1 = 5432<br>backend_weight1 = 1<br>backend_data_directory1 = '/psqldata'<br><br>My question is, will the SELECT (read) being loadbalanced between all three hosts ?<br><br></div><div>Sincerely<br></div><div>-bino-<br></div></div>