Re: Use generation context to speed up tuplesorts

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, Ronan Dunklau <ronan(dot)dunklau(at)aiven(dot)io>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Tomas Vondra <tv(at)fuzzy(dot)cz>
Subject: Re: Use generation context to speed up tuplesorts
Date: 2022-04-01 13:25:51
Message-ID: 20220401132550.GW28503@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 01, 2022 at 10:00:08PM +1300, David Rowley wrote:
> 0002:
> This modifies the tuplesort API so that instead of having a
> randomAccess bool flag,

Per cirrus, this missed updating one line for dtrace.

On Fri, Apr 01, 2022 at 10:00:08PM +1300, David Rowley wrote:
> I feel this is a pretty simple patch and if nobody has any objections
> then I plan to push all 3 of them on my New Zealand Monday morning.

I'll mark the CF as such.

--
Justin

Attachment Content-Type Size
0001-Improve-the-generation-memory-allocator.patch text/x-diff 22.7 KB
0002-Adjust-tuplesort-API-to-have-bitwise-flags-instead-o.patch text/x-diff 25.7 KB
0003-f.patch text/x-diff 793 bytes
0004-Use-Generation-memory-contexts-to-store-tuples-in-so.patch text/x-diff 5.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2022-04-01 13:34:34 Re: Rewriting the test of pg_upgrade as a TAP test - take three - remastered set
Previous Message James Coleman 2022-04-01 13:01:49 Re: Correct docs re: rewriting indexes when table rewrite is skipped