Re: [PoC] Improve dead tuple storage for lazy vacuum

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PoC] Improve dead tuple storage for lazy vacuum
Date: 2023-02-07 10:22:59
Message-ID: CAFBsxsE7FLxfc2bfPf-DwdJ6RmDcpUcNRyUnHeuR26LVi6jzGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 7, 2023 at 4:25 PM John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
wrote:
> [v25]

This conflicted with a commit from earlier today, so rebased in v26 with no
further changes.

--
John Naylor
EDB: http://www.enterprisedb.com

Attachment Content-Type Size
v25-addendum-try-no-maintain-order.txt text/plain 1.3 KB
v26-0002-Move-some-bitmap-logic-out-of-bitmapset.c.patch text/x-patch 6.1 KB
v26-0001-Introduce-helper-SIMD-functions-for-small-byte-a.patch text/x-patch 2.9 KB
v26-0005-Measure-load-time-of-bench_search_random_nodes.patch text/x-patch 2.4 KB
v26-0004-Tool-for-measuring-radix-tree-performance.patch text/x-patch 22.0 KB
v26-0003-Add-radixtree-template.patch text/x-patch 116.9 KB
v26-0006-Adjust-some-inlining-declarations.patch text/x-patch 2.1 KB
v26-0007-Skip-unnecessary-searches-in-RT_NODE_INSERT_INNE.patch text/x-patch 4.7 KB
v26-0008-Add-TIDStore-to-store-sets-of-TIDs-ItemPointerDa.patch text/x-patch 35.2 KB
v26-0009-Use-TIDStore-for-storing-dead-tuple-TID-during-l.patch text/x-patch 48.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rinat Shigapov 2023-02-07 10:23:54 Too coarse predicate locks granularity for B+ tree indexes
Previous Message Nitin Jadhav 2023-02-07 10:17:00 Re: Add a test case related to the error "cannot fetch toast data without an active snapshot"