Skip to content
Snippets Groups Projects
  • Heikki Linnakangas's avatar
    5edb24a8
    Buffering GiST index build algorithm. · 5edb24a8
    Heikki Linnakangas authored
    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
    5edb24a8
    History
    Buffering GiST index build algorithm.
    Heikki Linnakangas authored
    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