Re: bad performances using hashjoin - Mailing list pgsql-performance

From Tom Lane
Subject Re: bad performances using hashjoin
Date
Msg-id 20287.1108951277@sss.pgh.pa.us
Whole thread Raw
In response to Re: bad performances using hashjoin  (Klint Gore <kg@kgb.une.edu.au>)
Responses Re: bad performances using hashjoin  (Mischa <mischa.Sandberg@telus.net>)
List pgsql-performance
Klint Gore <kg@kgb.une.edu.au> writes:
> Is having an order by in a view legal?

Not according to the SQL spec, but PG has allowed it for several releases.
(The same goes for ORDER BY in a sub-select, which is actually pretty
much the same thing ...)

> If so, does it do 2 sorts when you sort by something else?

Yup.  It's something you'd only want for the topmost view in a stack,
IMHO.  A sort at a lower level is likely to be wasted effort.

            regards, tom lane

pgsql-performance by date:

Previous
From: amrit@health2.moph.go.th
Date:
Subject: Re: Problem with 7.4.5 and webmin 1.8 in grant function
Next
From: David Brown
Date:
Subject: Re: bad performances using hashjoin