Re: Problem with very big queries.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Panagiotis Papadakos <papadako(at)csd(dot)uoc(dot)gr>
Cc: Dave Cramer <davec(at)fastcrypt(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problem with very big queries.
Date: 2008-04-10 23:22:30
Message-ID: 25478.1207869750@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Panagiotis Papadakos <papadako(at)csd(dot)uoc(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Panagiotis Papadakos 2008-04-10 23:27:33 Re: Problem with very big queries.
Previous Message Tom Lane 2008-04-10 23:20:51 Re: Problem with very big queries.