Re: Sorting. When?

Поиск
Список
Период
Сортировка
От Nicolas Barbier
Тема Re: Sorting. When?
Дата
Msg-id AANLkTikg9_iUd+aU8nnmuPrtfx6FgugO4NCfCoQiRcK4@mail.gmail.com
обсуждение исходный текст
Ответ на Sorting. When?  ("mac_man2008@yahoo.it" <mac_man2008@yahoo.it>)
Ответы Re: Sorting. When?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
2011/2/10 mac_man2008@yahoo.it <mac_man2008@yahoo.it>:

> Which operations invoke the sorting algorithms implemented in the sorting
> module (tuplesort.c) ?
> Of course, one of those operations invoking sorting is the ORDER BY clause
> and the DISTINCT too.
>
> Moreover, the Merge Join should be implemented invoking sorting.
>
> Is there any other operation invoking sorting?

AFAIK, all set operators except for UNION ALL. (I am probably missing
a whole boatload of other things.)

Nicolas


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Debian readline/libedit breakage
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Careful PL/Perl Release Not Required