Re: Select where id in (LARGE LIST) ?

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Select where id in (LARGE LIST) ?
Дата
Msg-id 42EF4193.3020009@opencloud.com
обсуждение исходный текст
Ответ на Re: Select where id in (LARGE LIST) ?  (Jasper Potts <jasper@jasperpotts.com>)
Ответы Re: Select where id in (LARGE LIST) ?
Список pgsql-jdbc
Jasper Potts wrote:

> The big question here is whats the max length of a query sent though
> JDBC to Postgresql???

You'll hit backend limits (I'm not sure if there are any explicit limits
there other than available memory) before you hit any protocol limits;
the protocol limits kick in at around 1GB..

-O

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

Предыдущее
От: Jasper Potts
Дата:
Сообщение: Re: Select where id in (LARGE LIST) ?
Следующее
От: Csaba Nagy
Дата:
Сообщение: Re: Select where id in (LARGE LIST) ?