Re: [PoC] Reducing planning time when tables have many partitions - Mailing list pgsql-hackers

From David Rowley
Subject Re: [PoC] Reducing planning time when tables have many partitions
Date
Msg-id CAApHDvraWW6Cm8_21xOBk0=QwHMQR0K8Ld0UEGzzD+H1p2TnqA@mail.gmail.com
Whole thread Raw
In response to Re: [PoC] Reducing planning time when tables have many partitions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PoC] Reducing planning time when tables have many partitions
List pgsql-hackers
On Wed, 9 Apr 2025 at 02:24, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> David Rowley <dgrowleyml@gmail.com> writes:
> > I've pushed the patch now. Thanks for all the reviews of my adjustments.
>
> Shouldn't the CF entry be marked committed?

I've done that now.

88f55bc97 added code to do faster lookups of ec_derives clauses, so I
think that likely renders part of the remaining patches obsolete. The
v35-0004 also had some indexing of ec_sources. It would be good to
know if there's still any gains to be had from indexing those. If
there's work to do, then a new CF entry can be made for that.

David



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Move tests of contrib/spi/ out of the core regression tests
Next
From: Jeff Davis
Date:
Subject: Re: [18] CREATE SUBSCRIPTION ... SERVER