Re: speeding up planning with partitions

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: "Imai, Yoshikazu" <imai(dot)yoshikazu(at)jp(dot)fujitsu(dot)com>
Cc: "'David Rowley'" <david(dot)rowley(at)2ndquadrant(dot)com>, "'Alvaro Herrera'" <alvherre(at)2ndquadrant(dot)com>, "'Pg Hackers'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: speeding up planning with partitions
Date: 2019-01-08 06:30:10
Message-ID: e35fb0c3-fdeb-3db6-4d2a-614e89b3d17c@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2018/12/27 20:25, Amit Langote wrote:
> Here's the v10 of the patch. I didn't get chance to do more changes than
> those described above and address Imai-san's review comments yesterday.
>
> Have a wonderful new year! I'll be back on January 7 to reply on this thread.

Rebased due to changed copyright year in prepunion.c. Also realized that
the new files added by patch 0004 still had 2018 in them.

Thanks,
Amit

Attachment Content-Type Size
v11-0001-Overhaul-inheritance-update-delete-planning.patch text/plain 71.2 KB
v11-0002-Store-inheritance-root-parent-index-in-otherrel-.patch text/plain 2.5 KB
v11-0003-Lazy-creation-of-RTEs-for-inheritance-children.patch text/plain 91.5 KB
v11-0004-Move-inheritance-expansion-code-into-its-own-fil.patch text/plain 112.7 KB
v11-0005-Teach-planner-to-only-process-unpruned-partition.patch text/plain 6.9 KB
v11-0006-Do-not-lock-all-partitions-at-the-beginning.patch text/plain 1.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2019-01-08 07:05:12 Re: OpenBSD versus semaphores
Previous Message David Steele 2019-01-08 06:15:10 Re: could recovery_target_timeline=latest be the default in standby mode?