Re: what could cause inserts getting queued up and db locking??

Поиск
Список
Период
Сортировка
От Brian Maguire
Тема Re: what could cause inserts getting queued up and db locking??
Дата
Msg-id 4BAFBB6B9CC46F41B2AD7D9F4BBAF78501A0CB5A@vt-pe2550-001.vantage.vantage.com
обсуждение исходный текст
Ответ на what could cause inserts getting queued up and db locking??  ("Brian Maguire" <bmaguire@vantage.com>)
Ответы Re: what could cause inserts getting queued up and db locking??  (Kevin Barnard <kevin.barnard@gmail.com>)
Список pgsql-general
One observation that we made was right when the statements pile up there
is a large increase in the number of disk reads.  The entire issue lasts
approx. 20 secs and then everything recovers.  There will be a backlog
of 300+ statements and then all a sudden it seems to get resolved.

We though there might be locking, but noticed that there were not any
queries in wait mode indicating that no statements were blocked by
another statement's lock.

Can anyone suggest what may be causing the pile up/locking like
occurrences?

Brian

-----Original Message-----
From: Richard Huxton [mailto:dev@archonet.com]
Sent: Tuesday, October 26, 2004 4:46 AM
To: Brian Maguire
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] what could cause inserts getting queued up and db
locking??

Brian Maguire wrote:
>
> What could cause the database to lock up and queue up all the
> queries?

You'll want to check the lock details (pg_locks: see "Monitoring
Database Activity" in the reference manuals) and also what the system as

a whole is doing (vmstat/iostat).

I seem to recall some configuration of ext3 could cause bursts of
activity with certain write patterns, but don't recall PG being affected

by this.

There have been discussions of context-switching issues with Xeons IIRC
- don't know the details, so check the -performance/hackers archives for

details.

HTH
--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: [SECURITY] New set of PostgreSQL RPMS are available for download
Следующее
От: "Sally Sally"
Дата:
Сообщение: Re: primary key and existing unique fields