Re: Response time increases over time

Поиск
Список
Период
Сортировка
От Aidan Van Dyk
Тема Re: Response time increases over time
Дата
Msg-id CAC_2qU9ha-RVG+AHHcYs0KP7gaGeGhDTGx3G=Y0sXmHu_THGWw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Response time increases over time  (Havasvölgyi Ottó <havasvolgyi.otto@gmail.com>)
Ответы Re: Response time increases over time
Re: Response time increases over time
Список pgsql-performance
On Wed, Dec 7, 2011 at 5:13 PM, Havasvölgyi Ottó
<havasvolgyi.otto@gmail.com> wrote:

> So there seems to be something on this Debian machine that hinders
> PostgreSQL to perform better. With 8.4 I logged slow queries (with 9.1 not
> yet), and almost all were COMMIT, taking 10-20-30 or even more ms. But at
> the same time the fsync rate can be quite high based on pg_test_fsync, so
> probably not fsync is what makes it slow. Performance seems to degrade
> drastically as I increase the concurrency, mainly concurrent commit has
> problems as I can see.

> Do anybody have any idea based on this info about what can cause such
> behaviour, or what I could check or try?

Let me guess, debian squeeze, with data and xlog on both on a single
ext3 filesystem, and the fsync done by your commit (xlog) is flushing
all the dirty data of the entire filesystem (including PG data writes)
out before it can return...

a.

--
Aidan Van Dyk                                             Create like a god,
aidan@highrise.ca                                       command like a king,
http://www.highrise.ca/                                   work like a slave.

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

Предыдущее
От: Tory M Blue
Дата:
Сообщение: Re: pg_upgrade failure "contrib" issue?
Следующее
От: Havasvölgyi Ottó
Дата:
Сообщение: Re: Response time increases over time