Re: Reg external sorting alogrithm - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Reg external sorting alogrithm
Date
Msg-id 27316.1161752801@sss.pgh.pa.us
Whole thread Raw
In response to Reg external sorting alogrithm  (Praveen Kumar N <praveen_n@students.iiit.net>)
List pgsql-hackers
Praveen Kumar N <praveen_n@students.iiit.net> writes:
>      can anybody tell me what is the computational complexity of 
> external sorting algorithm used by postgres in terms of time and space.

See the comments at the head of tuplesort.c:
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/sort/tuplesort.c
        regards, tom lane


pgsql-hackers by date:

Previous
From: Praveen Kumar N
Date:
Subject: Reg external sorting alogrithm
Next
From: Cesar Suga
Date:
Subject: Re: [DOCS] Replication documentation addition