Re: Sorting. When? - Mailing list pgsql-hackers

From Nicolas Barbier
Subject Re: Sorting. When?
Date
Msg-id AANLkTikg9_iUd+aU8nnmuPrtfx6FgugO4NCfCoQiRcK4@mail.gmail.com
Whole thread Raw
In response to Sorting. When?  ("mac_man2008@yahoo.it" <mac_man2008@yahoo.it>)
Responses Re: Sorting. When?
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Debian readline/libedit breakage
Next
From: "David E. Wheeler"
Date:
Subject: Careful PL/Perl Release Not Required