Re: query optimization question - Mailing list pgsql-performance

From Tom Lane
Subject Re: query optimization question
Date
Msg-id 13026.1075474270@sss.pgh.pa.us
Whole thread Raw
In response to Re: query optimization question  (Dennis Bjorklund <db@zigo.dhs.org>)
List pgsql-performance
Dennis Bjorklund <db@zigo.dhs.org> writes:
> Getting rid of the group by would not give that kind of speedup?

No.  Getting rid of the per-row subqueries (or at least finding a way to
make 'em a lot cheaper) is the only way to make any meaningful change.

            regards, tom lane

pgsql-performance by date:

Previous
From: Shridhar Daithankar
Date:
Subject: Re: On the performance of views
Next
From: Tom Lane
Date:
Subject: Re: Cost of indexscan