Re: Problem with very big queries.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with very big queries.
Дата
Msg-id 25478.1207869750@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem with very big queries.  (Panagiotis Papadakos <papadako@csd.uoc.gr>)
Ответы Re: Problem with very big queries.  (Panagiotis Papadakos <papadako@csd.uoc.gr>)
Список pgsql-jdbc
Panagiotis Papadakos <papadako@csd.uoc.gr> writes:
> I am using 8.0.15 postgres server and unfortunately can't upgrade to 8.3
> since I am using sp-gist tries.

How about 8.2?

> So, there is a limit in the allowable query length?

Not per se.  Sufficiently complex queries will run out of memory,
of course.  8.2 and up handle long IN lists a bit more efficiently
than prior versions, so you can use longer lists in the same amount
of memory.

            regards, tom lane

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

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