Sorting. When?

Поиск
Список
Период
Сортировка
От mac_man2008@yahoo.it
Тема Sorting. When?
Дата
Msg-id 4D5468D7.4080709@yahoo.it
обсуждение исходный текст
Ответы Re: Sorting. When?  (Nicolas Barbier <nicolas.barbier@gmail.com>)
Список pgsql-hackers
Hi.

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?

Thanks.
Regards.

Fava


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ALTER EXTENSION UPGRADE, v3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SPI_exec doesn't return proc context (on 9.1)