Re: speeding up planning with partitions

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, Amit Langote <amitlangote09(at)gmail(dot)com>, "Imai, Yoshikazu" <imai(dot)yoshikazu(at)jp(dot)fujitsu(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: speeding up planning with partitions
Date: 2019-01-23 01:35:07
Message-ID: b50d5516-be19-5134-e44f-bde461af9da5@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019/01/21 18:01, Amit Langote wrote:
> On 2019/01/17 11:17, Amit Langote wrote:
>> I have rebased the patches. Other than rebasing, I've squashed the patch
>> to add inh_root_parent field to RelOptInfo which contained no other code
>> changes to use that field into the patch that contains changes to start
>> using it. Updated the commit message of lazy-partition-initialization
>> patch to be accurate (it contained old details that have changed since I
>> first wrote that commit message).
>
> Rebased again due to 8d8dcead1295.

Rebased due to the heap_open/close() -> table_open/close() change.

Thanks,
Amit

Attachment Content-Type Size
v17-0001-Overhaul-inheritance-update-delete-planning.patch text/plain 75.6 KB
v17-0002-Lazy-creation-of-RTEs-for-inheritance-children.patch text/plain 97.0 KB
v17-0003-Teach-planner-to-only-process-unpruned-partition.patch text/plain 6.8 KB
v17-0004-Do-not-lock-all-partitions-at-the-beginning.patch text/plain 1.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2019-01-23 01:43:15 Re: Typo: llvm*.cpp files identified as llvm*.c
Previous Message Amit Langote 2019-01-23 01:21:00 Re: speeding up planning with partitions