Aggregation push down, reorder of join and group by - Mailing list pgsql-hackers

From Chenxi Li
Subject Aggregation push down, reorder of join and group by
Date
Msg-id CAJQBB7JOFzqaKNh-guY8bocbb6-Xgxtzbot8tOFfH9RL9w8Ggw@mail.gmail.com
Whole thread Raw
Responses Re: Aggregation push down, reorder of join and group by  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
List pgsql-hackers
Hello,

I'm reading some papers about aggregation push down like in "https://ub-madoc.bib.uni-mannheim.de/37228/1/main.pdf" and "http://www.vldb.org/conf/1995/P345.PDF". I think it is very useful but very complex to implement. In some complex queries, it can be a lot faster. Is there any plan to do this in the future?

Regards

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: postgres_fdw : altering foreign table not invalidating prepare statement execution plan.
Next
From: Magnus Hagander
Date:
Subject: Re: Is the last 9.1 release planned?