Re: Hibernate over postgresql

From: Stephen Nelson <stephen(at)eccostudio(dot)com>
To: amithbm <amithbm(at)gmail(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Hibernate over postgresql
Date: 2014-06-12 08:34:35
Message-ID: CAHpHs3n=zqhNKbUQn_9S5F2xDjTokD7itJfr_h6902d8xwf-PQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, Jun 12, 2014 at 6:58 AM, amithbm <amithbm(at)gmail(dot)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.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2014-06-12 09:59:00 Re: bad performances since 9.1 version
Previous Message amithbm 2014-06-12 05:58:42 Re: Hibernate over postgresql