Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded
Tom Lane <tgl@sss.pgh.pa.us>
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).
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/nbtree/nbtsort.c | modified | +175 −132 |
| src/backend/access/nbtree/README | modified | +5 −6 |