Re: How to speedup CHECKPOINTs?

Поиск
Список
Период
Сортировка
От Dmitry Koterov
Тема Re: How to speedup CHECKPOINTs?
Дата
Msg-id d7df81620703291313u318c0ec2l218ab092c13ca18a@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to speedup CHECKPOINTs?  ("CAJ CAJ" <pguser@gmail.com>)
Ответы Re: How to speedup CHECKPOINTs?  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список pgsql-general
No, but disks are about 120 MB/s speed, peak writes during CHECKPOINT are only 20-30 MB/s, and there is no disk read activity at all, so - no matter where the xlog resides.

But now seems bgwriter tuning gets some effect, CHECKPOINT is running faster (about 2-3 seconds instead of 10-15). It is still beats the performance, but less.


On 3/29/07, CAJ CAJ <pguser@gmail.com> wrote:


On 3/28/07, Joseph S <jks@selectacast.net> wrote:
Dmitry Koterov wrote:

> And the general question - why SELECT queries slowdown  during the
> CHECKPOINT? I thought that Postgres is a version-based database and read
> queries are never blocked...

Because the disk is busy.


Is your pg_xlog on a separate disk?





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

Предыдущее
От: Benjamin Arai
Дата:
Сообщение: Re: COPY command details
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: COPY command details