Re: WAL & SHM principles

Поиск
Список
Период
Сортировка
От Martin Devera
Тема Re: WAL & SHM principles
Дата
Msg-id Pine.LNX.4.10.10103080954070.30955-100000@luxik.cdi.cz
обсуждение исходный текст
Ответ на Re: WAL & SHM principles  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: WAL & SHM principles  (Tim Allen <tim@proximity.com.au>)
Re: WAL & SHM principles  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> > Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > > The only problem is that we would no longer have control over which
> > > pages made it to disk.  The OS would perhaps write pages as we modified
> > > them.  Not sure how important that is.
> > 
> > Unfortunately, this alone is a *fatal* objection.  See nearby
> > discussions about WAL behavior: we must be able to control the relative
> > timing of WAL write/flush and data page writes.
> 
> Bummer.
> 
BTW, what means "bummer" ?
But for many OSes you CAN control when to write data - you can mlock
individual pages.



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

Предыдущее
От: Ian Lance Taylor
Дата:
Сообщение: Re: Proposed WAL changes
Следующее
От: Tim Allen
Дата:
Сообщение: Re: WAL & SHM principles