- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitcdc2693
committed
Remove obsolete comment block in nbtsort.c.
Building a new nbtree index through incremental insertions would alwaysbe slower than our actual approach of sorting using tuplesort,assembling leaf pages from tuplesort output, and writing and WAL-loggingwhole pages. Remove a comment block from the Berkeley days claimingthat incremental insertions might be slightly faster with presortedinput.Discussion:https://postgr.es/m/CAH2-WzmKs4mLAoFgJ3yHMRYc849efc=dw+pNRb3NEog2oJoCNw@mail.gmail.com1 parent040da42 commitcdc2693
1 file changed
+0
-9
lines changedLines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 | 17 |
| |
27 | 18 |
| |
28 | 19 |
| |
|
0 commit comments
Comments
(0)