Re: Index-only scan is slower than Index scan.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Index-only scan is slower than Index scan.
Date: 2019-03-03 21:58:17
Message-ID: 5493.1551650297@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2019-03-03 22:02:45 Re: NOT IN subquery optimization
Previous Message David Fetter 2019-03-03 21:48:33 Re: psql show URL with help