Re: Index scan startup time - Mailing list pgsql-performance

From Markus Schaber
Subject Re: Index scan startup time
Date
Msg-id 442BD0A9.8050805@logix-tt.com
Whole thread Raw
In response to Re: Index scan startup time  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-performance
Hi, Peter,

Peter Eisentraut wrote:
>>>The table has seen VACUUM FULL and REINDEX before this.
>>But no analyze?
> ANALYZE as well, but the plan choice is not the point anyway.

Maybe you could add a combined Index on activity_id and state, or (if
you use this kind of query more often) a conditional index on
activity_id where state in (10000,10001).

Btw, PostgreSQL 8.1 could AND two bitmap index scans on the activity and
state indices, and get the result faster (i presume).

Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

pgsql-performance by date:

Previous
From: "Steinar H. Gunderson"
Date:
Subject: Re: Index scan startup time
Next
From: Michael Stone
Date:
Subject: Re: Index scan startup time