Re: PostgreSQL

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Mahu Vasile <mahu(at)vrancart(dot)ro>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL
Date: 2009-04-01 14:23:46
Message-ID: 603c8f070904010723w1719d5fep7fcd30ed263529e7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Apr 1, 2009 at 5:10 AM, Mahu Vasile <mahu(at)vrancart(dot)ro> wrote:
> tcp_keepalives_count = 1                # TCP_KEEPCNT;

This might not be what you want.

http://www.postgresql.org/docs/8.3/static/runtime-config-connection.html

Presumably you'd like to wait more than 1 second before declaring the
connection dead...

Beyond, that it sounds like a client problem more than a PostgreSQL problem.

...Robert

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Stef Telford 2009-04-01 14:39:38 Re: Raid 10 chunksize
Previous Message Tom Lane 2009-04-01 13:46:37 Re: How to get parallel restore in PG 8.4 to work?