TODO Item: IN(long list ...)

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: TODO Item: IN(long list ...)
Date: 2006-10-31 20:45:17
Message-ID: 200610311245.17475.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce, all:

This is a longstanding performance issue which just came up again on IRC,
and I can't find a TODO item for it. So I'd like it added to TODO.
Suggested phrasing:

-- Improve performance of queries with IN() clauses containing hundreds or
more literal values, possibly by re-writing it as a join to a virtual
table.

Corrections?

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2006-10-31 20:45:24 Re: TODO Item: IN(long list ...)
Previous Message Alvaro Herrera 2006-10-31 19:56:59 Re: [HACKERS] WAL logging freezing