Re: postgresql locks the whole table!

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: Dr NoName <spamacct11(at)Yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql locks the whole table!
Date: 2003-12-03 20:28:31
Message-ID: 3FCE476F.9050705@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dr NoName wrote:

>> If you cannot make your transactons shorter (and
>> please don't tell me
>> that you have user interaction going on while
>> holding any open
>> transactions), then you might be able to increase
>> your concurrency by
>> deferring the foreign key check until commit.
>
> oh! my! gawd!!!
> THANK YOU! The deferred foreign key checks are exactly
> what I needed. They are quite useful for other reasons
> too. I think that should be the default for foreign

The way it is is the way it is defined by the standard.

Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvar Freude 2003-12-03 20:34:54 bytea, index and like operator
Previous Message Keith C. Perry 2003-12-03 20:27:24 Re: Feature Request for 7.5