Re: New gist vacuum. - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: New gist vacuum.
Date
Msg-id 9F1C73D0-5CB2-40EE-A910-010365AAA269@yandex-team.ru
Whole thread Raw
In response to Re: New gist vacuum.  (Andrey Borodin <x4mmm@yandex-team.ru>)
Responses Re: New gist vacuum.
Re: New gist vacuum.
List pgsql-hackers
Hi hackers!
> 19 дек. 2017 г., в 15:58, Andrey Borodin <x4mmm@yandex-team.ru> написал(а):
> Here is the patch that deletes pages during GiST VACUUM.

Here is new version of the patch for GiST VACUUM.
There are two main changes:
1. During rescan for page deletion only know to be recently empty pages are rescanned.
2. I've re-implemented physical scan with array instead of hash table.

Thanks!
Merry Christmas and happy New Year.

Best regards, Andrey Borodin.

Attachment

pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: WIP: a way forward on bootstrap data
Next
From: Victor Yagofarov
Date:
Subject: Why standby restores some WALs many times from archive?