<div dir="ltr"><div dir="ltr">Dear All.<br><br>lets say Currently I have 3 psql hosts, 2 of them have the same &#39;fqdn&#39; 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 = &#39;master.pgcluster.service.bino.inc&#39;<br>backend_port0 = 5432<br>backend_weight0 = 1<br>backend_data_directory0 = &#39;/psqldata&#39;<br>backend_flag0 = &#39;ALWAYS_MASTER&#39;<br>#REPLICAs<br>backend_hostname1 = &#39;10.10.10.2&#39;<br>backend_port1 = 5432<br>backend_weight1 = 1<br>backend_data_directory1 = &#39;/psqldata&#39;<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>