RE: WAL & SHM principles

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: WAL & SHM principles
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A234D32FA@sectorbase1.sectorbase.com
обсуждение исходный текст
Ответ на WAL & SHM principles  (Martin Devera <devik@cdi.cz>)
Ответы Re: WAL & SHM principles  (ncm@zembu.com (Nathan Myers))
Список pgsql-hackers
> It is possible to build a logging system so that you mostly don't care
> when the data blocks get written; a particular data block on disk is 
> considered garbage until the next checkpoint, so that you 

How to know if a particular data page was modified if there is no
log record for that modification?
(Ie how to know where is garbage? -:))

> might as well allow the blocks to be written any time,
> even before the log entry.

And what to do with index tuples pointing to unupdated heap pages
after that?

Vadim


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

Предыдущее
От: ncm@zembu.com (Nathan Myers)
Дата:
Сообщение: Re: WAL & SHM principles
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Performance monitor