Re: BUG #14345: run multi-PG9.6 on One Host, hang when checkpoint

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: BUG #14345: run multi-PG9.6 on One Host, hang when checkpoint
Дата
Msg-id 20160930023337.vfbdqufvtg6mwc7i@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: BUG #14345: run multi-PG9.6 on One Host, hang when checkpoint  (德哥 <digoal@126.com>)
Список pgsql-bugs
> But, PostgreSQL can also improve checkpoint to solve the problem
> (when checkpoint start, all bgwrite & backend process evict dirty page from buffer to disk ,can call
sync_file_range(syncmode), and checkpointer call fsync before ).     

I can't parse that sentence. Are you saying we should call
sync_file_range? If so, we do that starting in 9.6 for checkpoints (by
default) and background writer. If you do not want that to be called,
you also can disable it.

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

Предыдущее
От: 德哥
Дата:
Сообщение: Re: BUG #14345: run multi-PG9.6 on One Host, hang when checkpoint
Следующее
От: Michael Herold
Дата:
Сообщение: COMMENT ON INDEX silently fails