Re: Foreign Keys and Deadlocks - Mailing list pgsql-general

From David Kerr
Subject Re: Foreign Keys and Deadlocks
Date
Msg-id 20111110192413.GA52913@mr-paradox.net
Whole thread Raw
In response to Re: Foreign Keys and Deadlocks  (Csaba Nagy <ncslists@googlemail.com>)
List pgsql-general
On Thu, Nov 10, 2011 at 09:09:06AM +0100, Csaba Nagy wrote:
- Hi David,
-
- On Wed, 2011-11-09 at 09:52 -0800, David Kerr wrote:
- > So, aside from removing the PKs do i have any other options?
-
- Sure you have: order the inserts by primary key inside each transaction.
- Then you will not get deadlocks, but inserting the same key again will
- fail of course (but that's the purpose of the primary key, right ?)
-
- Ordering inserts/updates by the columns which cause locks is the first
- thing to do to avoid dead-locks...
-
- Cheers,
- Csaba.

ah, hmmm. i'm not sure if that's an option based on how the program works but
I'll forward the suggestion onto the devleoper. thanks!

pgsql-general by date:

Previous
From: Wes Cravens
Date:
Subject: Re: Returning a row from a function with an appended array field
Next
From: Alban Hertroys
Date:
Subject: Re: troubleshooting PGError