Re: using custom scan nodes to prototype parallel sequential scan - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: using custom scan nodes to prototype parallel sequential scan
Date
Msg-id CA+U5nMKMq5XQa6RNrcvnxnx8cXhxj8Gw0rVe=cCZhfezikhV9w@mail.gmail.com
Whole thread Raw
In response to Re: using custom scan nodes to prototype parallel sequential scan  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Responses Re: using custom scan nodes to prototype parallel sequential scan  (David Rowley <dgrowley@gmail.com>)
List pgsql-hackers
On 14 November 2014 11:02, Kouhei Kaigai <kaigai@ak.jp.nec.com> wrote:

> I'd like to throw community folks a question.
> Did someone have a discussion to the challenge of aggregate push-down across
> relations join in the past? It potentially reduces number of rows to be joined.
> If we already had, I'd like to check up the discussion at that time.

Yes, I was looking at aggregate pushdown. I think it needs the same
changes to aggregates discussed upthread.

-- Simon Riggs                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: 9.5: Better memory accounting, towards memory-bounded HashAgg
Next
From: Christoph Berg
Date:
Subject: Re: [BUGS] ltree::text not immutable?