Re: testing HS/SR - 1 vs 2 performance

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: testing HS/SR - 1 vs 2 performance
Дата
Msg-id 4BD0C289.9090208@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: testing HS/SR - 1 vs 2 performance  ("Erik Rijkers" <er@xs4all.nl>)
Ответы Re: testing HS/SR - 1 vs 2 performance
Список pgsql-hackers
Erik Rijkers wrote:
> This is the same behaviour (i.e. extreme slow standby) that I saw earlier (and which caused the
> original post, btw).  In that earlier instance, the extreme slowness disappeared later, after many
> hours maybe even days (without bouncing either primary or standby).
>   

Any possibility the standby is built with assertions turned out?  That's 
often the cause of this type of difference between pgbench results on 
two systems, which easy to introduce when everyone is building from 
source.  You should try this on both systems:

psql -c "show debug_assertions"


just to rule that out.

-- 
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Thoughts on pg_hba.conf rejection
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: testing HS/SR - 1 vs 2 performance