Re: Hibernate over postgresql

From: amithbm <amithbm(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Hibernate over postgresql
Date: 2014-06-11 07:20:16
Message-ID: 1402471216079-5806789.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

amithbm wrote
> I installed 9.2.7 keeping the client the same. The performance was even
> better than before (100%-150% better) and the ACKs were still being
> treated as asynchronous (Deduced by looking at tcpdump)
> But the problem remains with the other 9.2.7 server (With the same client)
> where ACKs are treated as synchronous and hence my round trip time is
> more.

It may be important to mention here that the machine with the issue has a
virtual IP configured. So clients connect to it using this virtual IP. The
other machine which works fine doesn't have virtual IP configured.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Hibernate-over-postgresql-tp5806233p5806789.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2014-06-11 10:14:52 Re: Hibernate over postgresql
Previous Message amithbm 2014-06-11 06:14:00 Re: Hibernate over postgresql