Re: Declarative partitioning optimization for large amountof partitions - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Declarative partitioning optimization for large amountof partitions
Date
Msg-id CANP8+jJE+OwWei0CRX4cRwY-a_+ze58h-dfVNOG20DM=qBpOhA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Declarative partitioning optimization for large amountof partitions  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Responses Re: Declarative partitioning optimization for large amountof partitions  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Re: Declarative partitioning optimization for large amountof partitions  (Amit Langote <amitlangote09@gmail.com>)
List pgsql-hackers
On 1 March 2017 at 01:36, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> wrote:

> I don't know which way you're thinking of fixing this, but a planner patch
> to implement faster partition-pruning will have taken care of this, I
> think.  As you may know, even declarative partitioned tables currently
> depend on constraint exclusion for partition-pruning and planner's current
> approach of handling inheritance requires to open all the child tables
> (partitions), whereas the new approach hopefully shouldn't need to do
> that.  I am not sure if looking for a more localized fix for this would be
> worthwhile, although I may be wrong.

What "new approach" are we discussing?

Is there a patch or design discussion?

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



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Logical replication existing data copy
Next
From: Petr Jelinek
Date:
Subject: Re: Logical replication existing data copy