Re: [PoC] Reducing planning time when tables have many partitions

From: Yuya Watari <watari(dot)yuya(at)gmail(dot)com>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, Alena Rybakina <lena(dot)ribackina(at)yandex(dot)ru>, Andrei Lepikhov <a(dot)lepikhov(at)postgrespro(dot)ru>, David Rowley <dgrowleyml(at)gmail(dot)com>, Thom Brown <thom(at)linux(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Zhang Mingli <zmlpostgres(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [PoC] Reducing planning time when tables have many partitions
Date: 2024-10-15 03:20:04
Message-ID: CAJ2pMkbOoQw0_Kih7Bn3ENgHjLqNmAO-DqG2NUaRyhAEfTMy7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

On Tue, Oct 1, 2024 at 11:35 AM Yuya Watari <watari(dot)yuya(at)gmail(dot)com> wrote:
>
> I noticed the patches do not apply to the current master. I have
> attached the rebased version. There are no changes besides the rebase.

The previous patches do not apply to the current master, so I have
attached the rebased version.

--
Best regards,
Yuya Watari

Attachment Content-Type Size
v27-0001-Speed-up-searches-for-child-EquivalenceMembers.patch application/octet-stream 59.2 KB
v27-0002-Introduce-indexes-for-RestrictInfo.patch application/octet-stream 42.9 KB
v27-0003-Move-EquivalenceClass-indexes-to-PlannerInfo.patch application/octet-stream 14.4 KB
v27-0004-Rename-add_eq_member-to-add_parent_eq_member.patch application/octet-stream 5.2 KB
v27-0005-Resolve-conflict-with-commit-66c0185.patch application/octet-stream 6.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amul Sul 2024-10-15 04:30:00 Re: NOT ENFORCED constraint feature
Previous Message Tom Lane 2024-10-15 03:03:59 Re: Changing the default random_page_cost value