Sorting. When? - Mailing list pgsql-hackers

From mac_man2008@yahoo.it
Subject Sorting. When?
Date
Msg-id 4D5468D7.4080709@yahoo.it
Whole thread Raw
Responses Re: Sorting. When?
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: ALTER EXTENSION UPGRADE, v3
Next
From: Tom Lane
Date:
Subject: Re: SPI_exec doesn't return proc context (on 9.1)