Re: Use generation context to speed up tuplesorts

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(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>, PostgreSQL Developers <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-04 11:18:36
Message-ID: CAApHDvo2FcDpjo9Gc_N80FDuVHezcsh_S7nqgTBmAnz=T3qYYg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 2 Apr 2022 at 02:25, Justin Pryzby <pryzby(at)telsasoft(dot)com> wrote:
>
> 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.

Thanks.

I've pushed all 3 of the patches now.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2022-04-04 11:45:36 Re: logical decoding and replication of sequences
Previous Message Dilip Kumar 2022-04-04 10:24:56 Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints