Re: GiST VACUUM

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Костя Кузнецов <chapaev28(at)ya(dot)ru>
Subject: Re: GiST VACUUM
Date: 2019-01-03 18:47:13
Message-ID: EB87A69B-EE5E-4259-9EEB-DA9DC1F7E265@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Cool, thanks!

> 2 янв. 2019 г., в 20:35, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> написал(а):
>
> In patch #1, to do the vacuum scan in physical order:
> ...
> I think this is ready to be committed, except that I didn't do any testing. We discussed the need for testing earlier. Did you write some test scripts for this, or how have you been testing?
Please see test I used to check left jumps for v18:
0001-Physical-GiST-scan-in-VACUUM-v18-with-test-modificat.patch
0002-Test-left-jumps-v18.patch

Attachment Content-Type Size
0002-Test-left-jumps-v18.patch application/octet-stream 3.2 KB
0001-Physical-GiST-scan-in-VACUUM-v18-with-test-modificat.patch application/octet-stream 17.0 KB
unknown_filename text/plain 2.7 KB
0002-Delete-pages-during-GiST-VACUUM-v19.patch application/octet-stream 19.1 KB
0001-Physical-GiST-scan-in-VACUUM-v19.patch application/octet-stream 17.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2019-01-03 18:54:28 Re: Unified logging system for command-line programs
Previous Message Tom Lane 2019-01-03 18:40:42 Re: pgsql: Remove WITH OIDS support, change oid catalog column visibility.