Re: [HACKERS] A Better External Sort?

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Re: [HACKERS] A Better External Sort?
Дата
Msg-id D425483C2C5C9F49B5B7A41F8944154757D140@postal.corporate.connx.com
обсуждение исходный текст
Ответ на [HACKERS] A Better External Sort?  (Ron Peacetree <rjpeace@earthlink.net>)
Список pgsql-performance
I see the following routines that seem to be related to sorting.

If I were to examine these routines to consider ways to improve it, what
routines should I key in on?  I am guessing that tuplesort.c is the hub
of activity for database sorting.

Directory of U:\postgresql-snapshot\src\backend\access\nbtree

08/11/2005  06:22 AM            24,968 nbtsort.c
               1 File(s)         24,968 bytes

 Directory of U:\postgresql-snapshot\src\backend\executor

03/16/2005  01:38 PM             7,418 nodeSort.c
               1 File(s)          7,418 bytes

 Directory of U:\postgresql-snapshot\src\backend\utils\sort

09/23/2005  08:36 AM            67,585 tuplesort.c
               1 File(s)         67,585 bytes

 Directory of U:\postgresql-snapshot\src\bin\pg_dump

06/29/2005  08:03 PM            31,620 pg_dump_sort.c
               1 File(s)         31,620 bytes

 Directory of U:\postgresql-snapshot\src\port

07/27/2005  09:03 PM             5,077 qsort.c
               1 File(s)          5,077 bytes

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

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: [HACKERS] A Better External Sort?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: [HACKERS] A Better External Sort?