Re: Select where id in (LARGE LIST) ?

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Jasper Potts <jasper(at)jasperpotts(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Select where id in (LARGE LIST) ?
Date: 2005-08-02 09:49:07
Message-ID: 42EF4193.3020009@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Csaba Nagy 2005-08-02 09:52:17 Re: Select where id in (LARGE LIST) ?
Previous Message Jasper Potts 2005-08-02 09:23:27 Re: Select where id in (LARGE LIST) ?