diff options
author | Peter Geoghegan <pg@bowt.ie> | 2018-06-26 10:08:44 -0700 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2018-06-26 10:08:44 -0700 |
commit | cdc2693a11b341043f33e1efc36debe0348fb361 (patch) | |
tree | 236463c8e22e02504f02f8704eba5c2c76ea5080 /src/backend/executor/nodeModifyTable.c | |
parent | 040da42367a5de448ddecf6ee7c09f73580a6b28 (diff) | |
download | postgresql-cdc2693a11b341043f33e1efc36debe0348fb361.tar.gz postgresql-cdc2693a11b341043f33e1efc36debe0348fb361.zip |
Remove obsolete comment block in nbtsort.c.
Building a new nbtree index through incremental insertions would always
be slower than our actual approach of sorting using tuplesort,
assembling leaf pages from tuplesort output, and writing and WAL-logging
whole pages. Remove a comment block from the Berkeley days claiming
that incremental insertions might be slightly faster with presorted
input.
Discussion: https://postgr.es/m/CAH2-WzmKs4mLAoFgJ3yHMRYc849efc=dw+pNRb3NEog2oJoCNw@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions