Re: WAL & SHM principles

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WAL & SHM principles
Дата
Msg-id 9678.983982097@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WAL & SHM principles  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: WAL & SHM principles  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: WAL & SHM principles  (ncm@zembu.com (Nathan Myers))
Список 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.
        regards, tom lane


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

Предыдущее
От: "Michal Maru¹ka"
Дата:
Сообщение: Re: psql missing feature
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: WAL & SHM principles