Re: New gist vacuum.

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: New gist vacuum.
Дата
Msg-id CAPpHfdtCCMUrZSB8BAPcY+oaFG6fG99P1E27vxK-VX3nJ+MBeQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: New gist vacuum.  (Andrey Borodin <x4mmm@yandex-team.ru>)
Ответы Re: New gist vacuum.
Список pgsql-hackers
Hi!

On Thu, Dec 28, 2017 at 2:37 PM, Andrey Borodin <x4mmm@yandex-team.ru> wrote:
> 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.

I'm very glad this patch isn't forgotten.  I've assigned to review this patch.
My first note on this patchset is following.  These patches touches sensitive aspects or GiST and are related to complex concurrency issues.
Thus, I'm sure both of them deserve high-level description in src/backend/access/gist/README.  Given this description, it would be much easier to review the patches.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
 

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: New gist vacuum.
Следующее
От: Arthur Zakirov
Дата:
Сообщение: Re: [PROPOSAL] Shared Ispell dictionaries