Re: Select where id in (LARGE LIST) ? - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Select where id in (LARGE LIST) ?
Date
Msg-id 42EF4193.3020009@opencloud.com
Whole thread Raw
In response to Re: Select where id in (LARGE LIST) ?  (Jasper Potts <jasper@jasperpotts.com>)
Responses Re: Select where id in (LARGE LIST) ?  (Jasper Potts <jasper@jasperpotts.com>)
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 by date:

Previous
From: Jasper Potts
Date:
Subject: Re: Select where id in (LARGE LIST) ?
Next
From: Csaba Nagy
Date:
Subject: Re: Select where id in (LARGE LIST) ?