Re: Index-only scan is slower than Index scan. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Index-only scan is slower than Index scan.
Date
Msg-id 5493.1551650297@sss.pgh.pa.us
Whole thread Raw
In response to Index-only scan is slower than Index scan.  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
List pgsql-hackers
Konstantin Knizhnik <k.knizhnik@postgrespro.ru> writes:
> I have replaced loop extracting attributes using index_getattr() in 
> StoreIndexTuple with invocation of index_deform_tuple()
> and reimplemented last one in the same way as heap_deform_tuple (extract 
> all attributes in one path).

Pushed with minor cosmetic fixes.

            regards, tom lane


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: psql show URL with help
Next
From: David Rowley
Date:
Subject: Re: NOT IN subquery optimization