Re: WIP: Fast GiST index build - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: WIP: Fast GiST index build
Date
Msg-id CAPpHfdso-oOo4+3r9yBn=PATz3BC4z4cxK9Ew8tFRT1MkVVoiA@mail.gmail.com
Whole thread Raw
In response to Re: WIP: Fast GiST index build  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: WIP: Fast GiST index build
List pgsql-hackers
On Tue, Jul 26, 2011 at 9:24 PM, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:
Let me know if you have questions on the approach taken. 

I realized that approach which comes as replace to loaded-subtrees keeping is unclear to me. We save paths between node buffers. But those paths can become invalid on page splits. It seems to me that approximately same volume of code for maintaining parent links should be added to this version of patch in order to get it working correctly.

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

pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: cheaper snapshots
Next
From: Heikki Linnakangas
Date:
Subject: Re: WIP: Fast GiST index build