Buffering GiST index build algorithm.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 5edb24a8983e4a103e26153853d91141f818227c
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-09-08T14:51:23Z
Releases: 9.2.0
Buffering GiST index build algorithm.

When building a GiST index that doesn't fit in cache, buffers are attached
to some internal nodes in the index. This speeds up the build by avoiding
random I/O that would otherwise be needed to traverse all the way down the
tree to the find right leaf page for tuple.

Alexander Korotkov

Files