Re: WIP: Fast GiST index build

Alexander Korotkov <aekorotkov@gmail.com>

From: Alexander Korotkov <aekorotkov@gmail.com>
To: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-08-30T10:29:02Z
Lists: pgsql-hackers
On Tue, Aug 30, 2011 at 1:13 PM, Heikki Linnakangas <
heikki.linnakangas@enterprisedb.com> wrote:

> So, over 50% of the CPU time is spent in choosing a block from the
> temporary files. That should be pretty easy to improve..
>
Yes, probably we can just remove free blocks sorting.

------
With best regards,
Alexander Korotkov.