]> granicus.if.org Git - postgresql/commit
Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Jul 2000 22:14:09 +0000 (22:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Jul 2000 22:14:09 +0000 (22:14 +0000)
commit421f0baaffde574ba7d866169a0d617d1b529823
tree22715c1aff702651164bbba6774bdf3ea074d886
parent1ea912e16d24487d53ae633b05dad82e1b7c285f
Further cleanup of btbuild (CREATE INDEX).  Avoid storing unneeded
left keys during bottom-up index build, and leave some free space
instead of packing the pages to the brim (so as to avoid vast numbers
of page splits during the first interactive insertions).
src/backend/access/nbtree/README
src/backend/access/nbtree/nbtsort.c