Re: 9.2 and index only scans - Mailing list pgsql-general

From Tom Lane
Subject Re: 9.2 and index only scans
Date
Msg-id 8297.1345991510@sss.pgh.pa.us
Whole thread Raw
In response to 9.2 and index only scans  (Thomas Kellerer <spam_eater@gmx.net>)
Responses Re: 9.2 and index only scans  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-general
Thomas Kellerer <spam_eater@gmx.net> writes:
> I'm playing around with 9.2 beta4 and was looking into the new Index Only Scan feature.
> I was a bit surprised that a "count(*)" query does not use an index.

Works for me.  However, the cost estimate for that is heavily dependent
on how much of the table is known all-visible.  If the table is getting
a lot of churn, or even just hasn't been vacuumed since it quiesced,
the planner will prefer a seqscan for this --- and it will be right.

            regards, tom lane


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: postmaster.pid file auto-clean up?
Next
From: Matvey Teplov
Date:
Subject: Re: Question about granting permissions