Re: deferred foreign keys

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: deferred foreign keys
Дата
Msg-id 20040105105401.C72490@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: deferred foreign keys  (Bruno Wolff III <bruno@wolff.to>)
Ответы Re: deferred foreign keys
Список pgsql-performance
On Mon, 5 Jan 2004, Bruno Wolff III wrote:

> On Mon, Jan 05, 2004 at 11:33:40 -0500,
>   Vivek Khera <khera@kcilink.com> wrote:
> >
> > Thanks.  Then it sorta makes it moot for me to try deferred checks,
> > since the Pimary and Foreign keys never change once set.  I wonder
> > what is making the transactions appear to run lockstep, then...
>
> I think this is probably the issue with foreign key checks needing an
> exclusive lock, since there is no shared lock that will prevent deletes.

But, if he's updating the fk table but not the keyed column, it should no
longer be doing the check and grabbing the locks.  If he's seeing it grab
the row locks still a full test case would be handy because it'd probably
mean we missed something.

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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: deferred foreign keys
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: deferred foreign keys