Re: PG 18 release notes draft committed - Mailing list pgsql-hackers

From David Rowley
Subject Re: PG 18 release notes draft committed
Date
Msg-id CAApHDvqgK7uqPZAwxsfBiFhvBHHB0txaUxhUrdwG4d5Mik_RnA@mail.gmail.com
Whole thread Raw
In response to Re: PG 18 release notes draft committed  (Bruce Momjian <bruce@momjian.us>)
Responses Re: PG 18 release notes draft committed
List pgsql-hackers
On Wed, 7 May 2025 at 07:44, Bruce Momjian <bruce@momjian.us> wrote:
> I think what you are saying is that this has to do with partition
> processing of joins, but not the pruning process.  I don't think a
> non-partition joins are likely to hit 32 EquivalenceClasses.

A query such as: SELECT * FROM table_with_lots_of_partitions ORDER BY
col; will plan much faster now. No joins there.

David



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PG 18 release notes draft committed
Next
From: Peter Geoghegan
Date:
Subject: Re: Adding skip scan (including MDAM style range skip scan) to nbtree