Re: Hibernate over postgresql

From: Vitalii Tymchyshyn <vit(at)tym(dot)im>
To: amithbm <amithbm(at)gmail(dot)com>
Cc: PG-JDBC Mailing List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Hibernate over postgresql
Date: 2014-06-11 16:14:11
Message-ID: CABWW-d13vnh7W-mc95Jo8_qLZpc1RF_eRDwyaJkk8cBmLCQhoA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Well, I don't know anyone facing this problem with postgresql, but at tcp
level data sending delays may indicate that Naggle's algorithm is in
effect. See http://en.m.wikipedia.org/wiki/Nagle's_algorithm
Vitalii Tymchyshyn-2 wrote
> Well, it sounds to me like TCP_NODELAY flag problem.

Can you please elaborate? Has anyone else faced a similar issue with this
postgresql/hibernate combination? If yes, can you please provide the link to
it.

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

--
Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Christophe Canovas 2014-06-12 05:11:21 Re: bad performances since 9.1 version
Previous Message amithbm 2014-06-11 13:29:11 Re: Hibernate over postgresql