Re: XLogFlush invoked about twice as many times after 9.2 group commit enhancement

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: XLogFlush invoked about twice as many times after 9.2 group commit enhancement
Дата
Msg-id CAM3SWZTT0xK9G71MdXjX0YQOeC=FUbf-Et6XMoPWhBvcdGn_uA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: XLogFlush invoked about twice as many times after 9.2 group commit enhancement  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
On Tue, May 7, 2013 at 7:52 PM, Amit Langote <amitlangote09@gmail.com> wrote:
> So, any rise in number of XLogFlush() calls should roughly
> be accounted for by increased throughput. Am I right in interpreting
> it this way?

I think so. There certainly isn't any question that the increased
throughput and the increased number of XLogFlush() calls are because
of the new group commit behavior. The cost of a WAL write + flush is
more effectively amortized, and so XLogFlush() calls becomes cheaper.
I'm not prepared to make any predictions as to exactly how they might
relate.


-- 
Peter Geoghegan



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: local_preload_libraries logspam
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Patch to add regression tests for SCHEMA