Re: Performance tuning on RedHat Enterprise Linux 3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance tuning on RedHat Enterprise Linux 3
Дата
Msg-id 10419.1102396136@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Performance tuning on RedHat Enterprise Linux 3  (Paul Tillotson <pntil@shentel.net>)
Ответы Re: Performance tuning on RedHat Enterprise Linux 3  (Greg Stark <gsstark@mit.edu>)
Список pgsql-general
Paul Tillotson <pntil@shentel.net> writes:
> Does postgres actually do multiple concurrent sorts within a single
> backend?

Certainly.  Consider for example a merge join with each input being
sorted by an explicit sort step.  DISTINCT, ORDER BY, UNION, and related
operators require their own sort steps in the current implementation.
It's not difficult to invent queries that require arbitrarily large
numbers of sort steps.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: hooks for supporting third party blobs?
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Performance tuning on RedHat Enterprise Linux 3