Re: Hibernate over postgresql - Mailing list pgsql-jdbc

From Stephen Nelson
Subject Re: Hibernate over postgresql
Date
Msg-id CAHpHs3n=zqhNKbUQn_9S5F2xDjTokD7itJfr_h6902d8xwf-PQ@mail.gmail.com
Whole thread Raw
In response to Re: Hibernate over postgresql  (amithbm <amithbm@gmail.com>)
Responses Re: Hibernate over postgresql
List pgsql-jdbc
On Thu, Jun 12, 2014 at 6:58 AM, amithbm <amithbm@gmail.com> wrote:
> If so, how do I now disable TCP_NODELAY in hibernate/postgresql? There
> doesn't seem to be much information on the internet about this.
>

Try getting the output of:

cat /proc/sys/net/ipv4/tcp_low_latency

for both systems. This gives a hint to the TCP stack to enable = 0 or
disable = 1 Nagle's algorithm.


pgsql-jdbc by date:

Previous
From: Christophe Canovas
Date:
Subject: Re: bad performances since 9.1 version
Next
From: Dave Cramer
Date:
Subject: Re: bad performances since 9.1 version