Re: Problem with very big queries.

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Problem with very big queries.
Дата
Msg-id 18DA2AE0-0769-4AD3-879A-D0B1B454BCBD@fastcrypt.com
обсуждение исходный текст
Ответ на Problem with very big queries.  (Panagiotis Papadakos <papadako@csd.uoc.gr>)
Список pgsql-jdbc
First you should upgrade your server to 8.0.15

The server is segfaulting. The driver is just reporting that the
server crashed.

Dave
On 10-Apr-08, at 6:52 PM, Panagiotis Papadakos wrote:

> Hello everybody.
>
> I want to send to postgresql-8.0 a very big query,
> select * from table where lala IN (....)
> Inside IN there are almost 60000 values.
>
> Unfortunately, the server terminates with a singal 11 and I get
> to my console the following:
>
> An I/O error occured while sending to the backend.
> An I/O error occured while sending to the backend.
>
> jdbc version is      8.0-322 JDBC 3.
>
> Could anybody help?
>
> Regards.
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Panagiotis Papadakos
Дата:
Сообщение: Re: Problem with very big queries.
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Problem with very big queries.