Re: Resumable vacuum proposal and design overview

Поиск
Список
Период
Сортировка
От Galy Lee
Тема Re: Resumable vacuum proposal and design overview
Дата
Msg-id 45E55345.20505@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Resumable vacuum proposal and design overview  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Re: Resumable vacuum proposal and design overview
Список pgsql-hackers

Simon Riggs wrote:
> You haven't explained how saving the dead-tuple-list could be done
> in a safe mannner and it seems risky to me.

The files are placed in a new directory $PGDATA/pg_vacuum
with the name: spcNode.dbNode.relNode for each relations
which have been interrupted during vacuum.

It has the format likes:

1. VacStateFileHeader
2. VacStateData
3. Dead Tuple list
4. CRC32

The files are removed- when original physical heap files are removed,- when vacuum full have been issued,- or after the
contenthas been read in memory.- etc.
 

Is there any potential big risk there? Correct me if I am
wrong.

> Deferring completion of VACUUM means deferring refreshing the FSM.

I borrow the code from DSM patch to merge free space infointo FSM when vacuum stops.

> Are you saying you know for certain this lock is held for a long time,
> or are you just saying you think it is? If you have some evidence for
> long truncation times then that would be a separate issue of concern,
> since that might starve out normal users. Please say more?

Sorry. I *thought* it is. The benchmark has not shown such
kind of problem anyway. Thanks for the clarification for me. :)

Regards,
-- 
Galy Lee
lee.galy _at_ oss.ntt.co.jp
NTT Open Source Software Center


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Dead Space Map version 2
Следующее
От: "Zeugswetter Andreas ADI SD"
Дата:
Сообщение: Re: Resumable vacuum proposal and design overview