Re: Optimising compactify_tuples() - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Optimising compactify_tuples()
Date
Msg-id CA+hUKGJ1h+po0srBrzeb4dg1QOd_QRRtwNqwzMtk5QpNww_MjQ@mail.gmail.com
Whole thread Raw
In response to Re: Optimising compactify_tuples()  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Optimising compactify_tuples()
List pgsql-hackers
On Wed, Aug 19, 2020 at 11:41 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> On Tue, Aug 18, 2020 at 6:53 AM Peter Geoghegan <pg@bowt.ie> wrote:
> > I definitely think that we should have something like this, though.
> > It's a relatively easy win. There are plenty of workloads that spend
> > lots of time on pruning.
>
> Alright then, here's an attempt to flesh the idea out a bit more, and
> replace the three other copies of qsort() while I'm at it.

I fixed up the copyright messages, and removed some stray bits of
build scripting relating to the Perl-generated file.  Added to
commitfest.

Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Hybrid Hash/Nested Loop joins and caching results from subplans
Next
From: David Rowley
Date:
Subject: Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)