Re: Background writer process

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: Background writer process
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA496206A@m0114.s-mxs.net
обсуждение исходный текст
Ответ на Background writer process  (Jan Wieck <JanWieck@Yahoo.com>)
Ответы Re: Background writer process
Список pgsql-hackers
> 1. Open WAL files with O_SYNC|O_DIRECT or O_SYNC(Not sure if

Without grouping WAL writes that does not fly. Iff however such grouping
is implemented that should deliver optimal performance. I don't think flushing
WAL to the OS early (before a tx commits) is necessary, since writing 8k or 256k
to disk with one call takes nearly the same time. The WAL write would need to be
done as soon as eighter 256k fill or a txn commits.

Andreas


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: start of transaction (was: Re: [PERFORM] Help with
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: commenting on polymorphic aggregates possible?