Re: Master-slave visibility order

Поиск
Список
Период
Сортировка
От Ants Aasma
Тема Re: Master-slave visibility order
Дата
Msg-id CA+CSw_uM=VFMio2s8VBki3QqvKxxEmFbzUpmc0h6FUth8Lgc9g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Master-slave visibility order  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
On Fri, Aug 30, 2013 at 12:33 AM, Andres Freund <andres@2ndquadrant.com> wrote:
> FWIW, WAL is still the major bottleneck for INSERT heavy workloads. The
> per CPU overhead actually minimally increased (at least in my tests), it
> just scales noticeably better than before.

Interesting. Do you have any insight what is behind the CPU overhead?
Maybe the solution is to make WAL insertion cheap enough to not
matter. That won't be easy, but neither are the alternatives.

Regards,
Ants Aasma



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: PL/pgSQL PERFORM with CTE
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Variadic aggregates vs. project policy