Re: About "Our CLUSTER implementation is pessimal" patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: About "Our CLUSTER implementation is pessimal" patch
Date
Msg-id 3533.1264181493@sss.pgh.pa.us
Whole thread Raw
In response to Re: About "Our CLUSTER implementation is pessimal" patch  (Leonardo F <m_lists@yahoo.it>)
Responses Re: About "Our CLUSTER implementation is pessimal" patch  (Leonardo F <m_lists@yahoo.it>)
List pgsql-hackers
Leonardo F <m_lists@yahoo.it> writes:
> gist -> how can I get something "comparable" by tuplesort? Or should I rule it
>    out from the seq scan + sort path?

Rule it out.  Note you should be looking at pg_am.amcanorder, not
hardwiring knowledge of particular index types.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Replace ALTER TABLE ...
Next
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Replace ALTER TABLE ...