Re: access time performance problem

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: access time performance problem
Дата
Msg-id 200210101529.10533.dev@archonet.com
обсуждение исходный текст
Ответ на Re: access time performance problem  ("Louis-Marie Croisez" <louis-marie.croisez@etca.alcatel.be>)
Список pgsql-general
On Thursday 10 Oct 2002 12:40 pm, Louis-Marie Croisez wrote:
> Hi Richard,
> I have test it right now mounting the ext3 partition with ext2.
> The result is identical.

Hmm - that's ruled the journalling out then. Logically, it can only be two
things:

1. PostgreSQL flushing buffers or similar.
2. Another process flushing buffers or similar.

Can you try it updating batches of 200 records rather than 1000 - if the time
between delays increases that would indicate it's PG doing something.
Otherwise it could be related to logging, another process or the OS.

Try tracing activity with vmstat/iostat - that should show you what's
happening in a general sense. Then we can see if we can pin it down in
detail.

--
  Richard Huxton

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: bytea type
Следующее
От: Felipe Schnack
Дата:
Сообщение: encryption