Re: Some ideas about Vacuum

Поиск
Список
Период
Сортировка
От Markus Schiltknecht
Тема Re: Some ideas about Vacuum
Дата
Msg-id 47888C5F.9070405@bluegap.ch
обсуждение исходный текст
Ответ на Re: Some ideas about Vacuum  ("Gokulakannan Somasundaram" <gokul007@gmail.com>)
Ответы Re: Some ideas about Vacuum  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Some ideas about Vacuum  ("Gokulakannan Somasundaram" <gokul007@gmail.com>)
Список pgsql-hackers
Hi,

Gokulakannan Somasundaram wrote:
>     I'm also not sure it really buys us anything over having a second
>     dead-space-map data structure. The WAL is much larger and serves other
>     purposes which would limit what we can do with it.
> 
> Ok. One obvious advantage is that it saves the contention over DSM for 
> the DML operations and Vacuum process.

Do you have evidence of that contention being so worse, that it 
justifies the additional WAL reading from disk? (Assuming no WAL archiving).

IMO we can get about any granularity we want for DSM update locking, 
depending on how we arrange the DSM bits.

> Since Vacuum process is going to 
> have much more information on what has happened in the database,

Why should that be? IMO, collecting the information at transaction time 
can give you exactly the same information, if not more or better 
information.

> it is 
> possible for some new structures. For example i have been thinking of 
> changing our current index structure in such a way, it won't hold any 
> duplicate tuples for different versions of data. Whenever there is a 
> update, only the indexes relevant to the columns changed will get 
> updated. The Vacuum has to play the role of changing the tid, the index 
> tuple points to, whenever it vacuums a older version.

Huh? The index would then point to the old tuple only, until a VACUUM 
comes by, right. How are following transactions expected to find the new 
tuple before that VACUUMing?

Regards

Markus


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Transaction Snapshot Cloning
Следующее
От: NikhilS
Дата:
Сообщение: Re: Declarative partitioning grammar