Re: Socket timeouts (probably) - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Socket timeouts (probably)
Date
Msg-id 421DBE17.9040106@opencloud.com
Whole thread Raw
In response to Re: Socket timeouts (probably)  (Sergei Georgiev <sergei.georgiev@gmail.com>)
List pgsql-jdbc
Sergei Georgiev wrote:

> I found that there is a property called
> "statement_timeout" in the postgresql.conf.  This limits the time, in
> which a statement must be executed. It looks like a solution to me,
> but I need to test it.
> 10x anyway :)

statement_timeout will only catch cases where the network fails while
the client is partway through sending a query or receiving (lots of)
result data.

-O

pgsql-jdbc by date:

Previous
From: Markus Schaber
Date:
Subject: Re: [postgis-devel] JDBC & WKB - 400% overhead
Next
From: David Goodenough
Date:
Subject: What is the SQL field type that corresponds to a JAVA_OBJECT