Re: Socket timeouts (probably)

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Socket timeouts (probably)
Дата
Msg-id 421DBE17.9040106@opencloud.com
обсуждение исходный текст
Ответ на Re: Socket timeouts (probably)  (Sergei Georgiev <sergei.georgiev@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: [postgis-devel] JDBC & WKB - 400% overhead
Следующее
От: David Goodenough
Дата:
Сообщение: What is the SQL field type that corresponds to a JAVA_OBJECT