Re: Microvacuum support for Hash Index

Поиск
Список
Период
Сортировка
От Ashutosh Sharma
Тема Re: Microvacuum support for Hash Index
Дата
Msg-id CAE9k0PknWvdevLWHvbvVr6sxOSSB+7W0Ou35DMPuiHZAB-XiGA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Microvacuum support for Hash Index  (Jesper Pedersen <jesper.pedersen@redhat.com>)
Ответы Re: Microvacuum support for Hash Index
Re: [HACKERS] Microvacuum support for Hash Index
Список pgsql-hackers
Hi Jesper,

> Some initial comments.
>
> _hash_vacuum_one_page:
>
> +               END_CRIT_SECTION();
> +               _hash_chgbufaccess(rel, metabuf, HASH_READ, HASH_NOLOCK);
>
> The _hash_chgbufaccess() needs a comment.
>
> You also need a place where you call pfree for so->killedItems - maybe in
> hashkillitems().

Thanks for reviewing this patch. I would like to update you that this
patch has got dependency on a patch for concurrent hash index and WAL
log in hash index. So, till these two patches for hash index are not
stable I won't be able to share you a next version of patch for
supporting microvacuum in hash index.

With Regards,
Ashutosh Sharma
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: leoaaryan
Дата:
Сообщение: Re: Shared memory estimation for postgres
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: [PATCH] Send catalog_xmin separately in hot standby feedback