disk caching for writing log

Поиск
Список
Период
Сортировка
От flyusa2010 fly
Тема disk caching for writing log
Дата
Msg-id AANLkTik_wxokXpU=1U3_dXWtnBqMPm9pycWcNqZgfe+C@mail.gmail.com
обсуждение исходный текст
Ответы Re: disk caching for writing log  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
When writing log, dbms should synchronously flush log to disk. I'm wondering, if it is possible that the logs are in disk cache, while the control is returned to dbms again, so dbms thinks logs are persistent on disk. In this case, if the disk fails, then there's incorrectness for dbms log writing, because the log is not persistent, but dbms considers it is persistent!

Am I correct?

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

Предыдущее
От: Sergio Lifschitz
Дата:
Сообщение: Re: Hypothetical Indexes - PostgreSQL extension - PGCON 2010
Следующее
От: Florian Weimer
Дата:
Сообщение: Re: Idle git question: how come so many "objects"?