bizgres - bizgres: Improve sorting speed by pre-extracting the first

Поиск
Список
Период
Сортировка
От aparashar@pgfoundry.org (User Aparashar)
Тема bizgres - bizgres: Improve sorting speed by pre-extracting the first
Дата
Msg-id 20060303221501.E04EE1033891@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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.

Simon Riggs, Tom Lane

Modified Files:
--------------
    bizgres/postgresql/src/backend/executor:
        nodeSort.c (r1.1.1.2.2.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/executor/nodeSort.c.diff?r1=1.1.1.2.2.1&r2=1.2)

В списке pgsql-committers по дате отправления:

Предыдущее
От: aparashar@pgfoundry.org (User Aparashar)
Дата:
Сообщение: bizgres - bizgres: 1.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Fixes for Win32-client only compiles.