| From: | Peter Geoghegan <pg(at)bowt(dot)ie> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove obsolete comment block in nbtsort.c. |
| Date: | 2018-06-26 17:11:14 |
| Message-ID: | E1fXrUo-00006k-RD@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/cdc2693a11b341043f33e1efc36debe0348fb361
Modified Files
--------------
src/backend/access/nbtree/nbtsort.c | 9 ---------
1 file changed, 9 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alexander Korotkov | 2018-06-26 17:22:38 | Re: pgsql: Increase upper limit for vacuum_cleanup_index_scale_factor |
| Previous Message | Tom Lane | 2018-06-26 16:00:29 | Re: pgsql: Increase upper limit for vacuum_cleanup_index_scale_factor |