1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-09 13:09:39 +03:00

Improve sorting speed by pre-extracting the first sort-key column of

each tuple, as per my proposal of several days ago.  Also, clean up
sort memory management by keeping all working data in a separate memory
context, and refine the handling of low-memory conditions.
This commit is contained in:
Tom Lane
2006-02-26 22:58:12 +00:00
parent e1f06d8057
commit 909ca1407c
2 changed files with 608 additions and 410 deletions

File diff suppressed because it is too large Load Diff