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-13 09:01:20
Message-ID: 1402650080878-5807188.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

An update:

It turns out that my client (A) which was talking to the application (B)
(Which inturn talks to the DB server(C) over plain text) did not have SSL
connection caching enabled. Once I turned this on, I started getting way
better performance numbers. But I'm not sure why it is behaving this way
since the connection between client and the application AND application and
the DB server are totally independent.

So anyway, once I turned SSL caching on and I analysed the tcpdump it looked
similar to the other machine in which I was getting better performance. i.e.
the ACKs all started to buffer and also started to behave asynchronously.

Now, the question before me is why. Why are these two connections i.e. A->B
and B->C seem to be dependent.

Thanks,
Amith.

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Coffee GoesToSchool 2014-06-16 04:41:57 Unable to create triggers via jdbc. Tried so many anythings. Please help.
Previous Message David G Johnston 2014-06-12 14:51:14 Re: Problem with prepareStatement and Statement.RETURN_GENERATED_KEYS in PostgreSQL JDBC driver 8.4