Hello all,<br><br>I have performed few testing with regard to pgpool performance. I prepared 2000 select queries and testing with pgpool and without pgpool (directly to the back-ends) here are my results:<br><br>With pgpool
:<br>
==========<br>update for 2000 records: 117.51099514961<br>select for 2000 records: 54.172727108002
<br><br>Only with back-ends:<br>================<br>backend1  2000 select query : 37.552827119827
<br>backend2  2000 select query : 37.373059034348
<br><br>Stand-alone postgres server<br>====================<br>update query for 2000 records: 69.193402051926
<br>select
query for 2000 records : 39.663148880005
<br><br>Clearly, pgpool is slower than backends and stand alone server. I do not know how this will result in our production if I decided to use pgpool.<br><br>How do I optimize the pgpool ? what are the practices or the recommendations ? <br>
<br>Regards,<br>KH<br>