Re: slow IN() clause for many cases

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Ilia Kantor" <ilia(at)obnovlenie(dot)ru>
Subject: Re: slow IN() clause for many cases
Date: 2005-10-11 19:01:22
Message-ID: 200510111201.22587.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ilia,

> It is bitmap-OR on multiple index(PK) lookups.

Describing it doesn't help. We need an *actual* EXPLAIN ANALYZE.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2005-10-11 19:09:40 database vacuum from cron hanging
Previous Message Tom Lane 2005-10-11 18:28:02 Re: Spinlocks and CPU Architectures