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-06-23 09:54:21 |
Message-ID: | CAFBsxsH2D2ojsGYiRJ2Y-94CX8NqOqNbOBxXEsOF1TdvRXqYFA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I wrote:
> I cleaned up a few things and attached v34 so you can do that if you
like.
Of course, "clean" is a relative term. While making a small bit of progress
working in tidbitmap.c earlier this week, I thought it useful to prototype
some things in the tidstore, at which point I was reminded it no longer
compiles because of my recent work. I put in the necessary incantations so
that the v32 tidstore compiles and passes tests, so here's a patchset for
that (but no vacuum changes). I thought it was a good time to also condense
it down to look more similar to previous patches, as a basis for future
work.
--
John Naylor
EDB: http://www.enterprisedb.com
Attachment | Content-Type | Size |
---|---|---|
v35-0001-Introduce-helper-SIMD-functions-for-small-byte-a.patch | text/x-patch | 2.9 KB |
v35-0002-Move-some-bitmap-logic-out-of-bitmapset.c.patch | text/x-patch | 6.0 KB |
v35-0004-Tool-for-measuring-radix-tree-performance.patch | text/x-patch | 22.5 KB |
v35-0003-Add-radixtree-template.patch | text/x-patch | 113.4 KB |
v35-0005-Add-TIDStore-to-store-sets-of-TIDs-ItemPointerDa.patch | text/x-patch | 36.4 KB |
v35-0006-Add-tidstore-tests-to-benchmark.patch | text/x-patch | 4.0 KB |
v35-0007-Revert-building-benchmark-module-for-CI.patch | text/x-patch | 692 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Laurenz Albe | 2023-06-23 09:58:01 | Re: patch: improve "user mapping not found" error message |
Previous Message | Thomas Kellerer | 2023-06-23 09:44:58 | Re: Migration database from mysql to postgress |