Re: Resumable vacuum proposal and design overview

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas ADI SD
Тема Re: Resumable vacuum proposal and design overview
Дата
Msg-id E1539E0ED7043848906A8FF995BDA57901CAFFD9@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Re: Resumable vacuum proposal and design overview  ("Zeugswetter Andreas ADI SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
> One imho important (not necessarily mandatory) aspect of HOT
> is, that it does parts of what vacuum would usually do.
>
> Thus:
>     1. resume, load ctid list
>     2. continue filling ctid list
>     3. remove index tuples for these ctids (* problem *)
>
> You have just removed index entries for possibly now live
> tuples that have been reused by HOT.

Sorry my error, this is no problem, since HOT can only reuse a slot that
has no direct index entries (part of an old HOT chain).
So with HOT it is only important, that the 1st heap scan ignores
(does not add to the list) HOT chained tuples.

So, I still don't feel comfortable with the idea of breaking the
visibility rules (using a ctid that is days old and globalxmin not
knowing), even if I do not currently see a direct problem that cannot be
worked around (like removing all lists upon startup recovery).

Andreas


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: COMMIT NOWAIT Performance Option
Следующее
От: "Pavan Deolasee"
Дата:
Сообщение: HOT WIP Patch - version 4.0