[PATCH] Microvacuum for gist.

Поиск
Список
Период
Сортировка
От Anastasia Lubennikova
Тема [PATCH] Microvacuum for gist.
Дата
Msg-id CAP4vRV6FcKVOpPxs_9L327FpTWz75Ly=JRUeY-W89amS19BzwQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Microvacuum for gist.  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Список pgsql-hackers
Hi,

I have written microvacuum support for gist access method.
Briefly microvacuum includes two steps:
1. When search tells us that the tuple is invisible to all transactions it is marked LP_DEAD and page is marked as "has dead tuples",
2. Then, when insert touches full page which has dead tuples it calls microvacuum instead of splitting page.
You can find a kind of review here [1].

Patch is in attachements. Please review it.

-- 
Best regards,
Lubennikova Anastasia
Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Using quicksort and a merge step to significantly improve on tuplesort's single run "external sort"
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: 9.5a1 BUG FIX: pgbench negative latencies