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: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-07-28T22:06:40Z
Lists: pgsql-hackers
On Fri, Jul 29, 2011 at 1:10 AM, Heikki Linnakangas < heikki.linnakangas@enterprisedb.com> wrote: > gistFindCorrectParent() should take care of that. > OK, now it seems that I understood. I need to verify amount memory needed for paths because it seems that they tends to accumulate. Also I need to verify final emptying, because IO guarantees of original paper is based on strict descending final emptying. ------ With best regards, Alexander Korotkov.