AW: Allowing WAL fsync to be done via O_SYNC

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: Allowing WAL fsync to be done via O_SYNC
Дата
Msg-id 11C1E6749A55D411A9670001FA687963368252@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> For a log file on a busy system, this could improve throughput a lot--batch
> commit.  You end up with fewer than one fsync() per transaction.

This is not the issue, since that is already implemented.
The current bunching method might have room for improvement, but
there are currently fewer fsync's than transactions when appropriate.

Andreas


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

Предыдущее
От: Doug McNaught
Дата:
Сообщение: Re: Re[4]: Allowing WAL fsync to be done via O_SYNC
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re[4]: Allowing WAL fsync to be done via O_SYNC