Re: About Buffer Flushing Function

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: About Buffer Flushing Function
Дата
Msg-id dv2nie$253b$1@news.hub.org
обсуждение исходный текст
Ответ на About Buffer Flushing Function  (王宝兵 <wangbaobing@gmail.com>)
Список pgsql-hackers
"Íõ±¦±ø" <wangbaobing@gmail.com> wrote
>
> --Data Buffer Flush:Only flush the dirty database data(items) into the
disk
> not including the log buffer.
>

In most cases, if you just flush the dirty database pages into disk without
related xlog records, you are violating WAL. A possible consequence is data
corruption if any system error happens.

Regards,
Qingqing

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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [PATCHES] pg_freespacemap question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] pg_freespacemap question