Re: New to PostgreSQL, performance considerations

Поиск
Список
Период
Сортировка
От David Boreham
Тема Re: New to PostgreSQL, performance considerations
Дата
Msg-id 457ED19D.7050301@boreham.org
обсуждение исходный текст
Ответ на Re: New to PostgreSQL, performance considerations  (Alexander Staubo <alex@purefiction.net>)
Список pgsql-performance
Alexander Staubo wrote:

> No, fsync=on. The tps values are similarly unstable with fsync=off,
> though -- I'm seeing bursts of high tps values followed by low-tps
> valleys, a kind of staccato flow indicative of a write caching being
> filled up and flushed.

Databases with checkpointing typically exhibit this cyclical throughput
syndrome.
(put another way : this is to be expected and you are correct that it
indicates buffered
data being flushed to disk periodically).




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

Предыдущее
От: "Daniel van Ham Colchete"
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations
Следующее
От: Greg Smith
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations