Re: can't handle large number of INSERT/UPDATEs - Mailing list pgsql-performance

From Josh Berkus
Subject Re: can't handle large number of INSERT/UPDATEs
Date
Msg-id 200410261127.02656.josh@agliodbs.com
Whole thread Raw
In response to Re: can't handle large number of INSERT/UPDATEs  ("Anjan Dave" <adave@vantage.com>)
List 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 by date:

Previous
From: "Anjan Dave"
Date:
Subject: Re: can't handle large number of INSERT/UPDATEs
Next
From: Matt Clark
Date:
Subject: Re: can't handle large number of INSERT/UPDATEs