Sorting. When?

From: "mac_man2008(at)yahoo(dot)it" <mac_man2008(at)yahoo(dot)it>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Sorting. When?
Date: 2011-02-10 22:38:15
Message-ID: 4D5468D7.4080709@yahoo.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-02-10 22:41:35 Re: ALTER EXTENSION UPGRADE, v3
Previous Message Joshua D. Drake 2011-02-10 22:34:31 Debian readline/libedit breakage