summaryrefslogtreecommitdiff
path: root/src/interfaces/python
diff options
context:
space:
mode:
authorTom Lane1999-10-30 17:27:15 +0000
committerTom Lane1999-10-30 17:27:15 +0000
commitcf627ab41ab9f6038a29ddd04dd0ff0ccdca714e (patch)
tree3665dba2300a7ce8bd246a5e8c1db523007993be /src/interfaces/python
parent2a5f3869a233daf271669b70dc83a7ffea37d176 (diff)
Further performance improvements in sorting: reduce number of comparisons
during initial run formation by keeping both current run and next-run tuples in the same heap (yup, Knuth is smarter than I am). And, during merge passes, make use of available sort memory to load multiple tuples from any one input 'tape' at a time, thereby improving locality of access to the temp file.
Diffstat (limited to 'src/interfaces/python')
0 files changed, 0 insertions, 0 deletions