Re: [9.2devel] why it doesn't do index scan only? - Mailing list pgsql-general

From Tom Lane
Subject Re: [9.2devel] why it doesn't do index scan only?
Date
Msg-id 13690.1318179367@sss.pgh.pa.us
Whole thread Raw
In response to Re: [9.2devel] why it doesn't do index scan only?  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: [9.2devel] why it doesn't do index scan only?  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
Pavel Stehule <pavel.stehule@gmail.com> writes:
> 2011/10/9 Thom Brown <thom@linux.com>:
>> On 9 October 2011 04:35, Pavel Stehule <pavel.stehule@gmail.com> wrote:
>>> It has a sense - index only scan  it is faster (and significantly
>>> faster) on wider tables - or tables with strings where TOAST is not
>>> active. Maybe there is a some issue because on thin tables is slower
>>> (and I expect a should be faster everywhere).

>> No, that's my point, I re-tested it on a table with just 2 int
>> columns, and the results are roughly the same.  I added all the
>> columns to make it expensive to fetch the  column being queried.

> then I don't understand

Are you sure you've remembered to vacuum the test table?  I get results
like yours (ie, no speed benefit for index-only scan) if the table
doesn't have its visibility-map bits set.

            regards, tom lane

pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: Re: [9.2devel] why it doesn't do index scan only?
Next
From: Pavel Stehule
Date:
Subject: Re: [9.2devel] why it doesn't do index scan only?