Re: can't handle large number of INSERT/UPDATEs

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: can't handle large number of INSERT/UPDATEs
Дата
Msg-id 200410261127.02656.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: can't handle large number of INSERT/UPDATEs  ("Anjan Dave" <adave@vantage.com>)
Список pgsql-performance
Anjan,

> It probably is locking issue. I got a long list of locks held when we ran
> select * from pg_locks during a peak time.

Do the back-loaded tables have FKs on them?     This would be a likely cause
of lock contention, and thus serializing inserts/updates to the tables.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: "Anjan Dave"
Дата:
Сообщение: Re: can't handle large number of INSERT/UPDATEs
Следующее
От: Matt Clark
Дата:
Сообщение: Re: can't handle large number of INSERT/UPDATEs