Re: Insert performance

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Insert performance
Дата
Msg-id 1173196944.9058.25.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на Re: Insert performance  (Carlos Moreno <moreno_pg@mochima.com>)
Ответы Re: Insert performance
Список pgsql-performance
I only know to answer your no. 2:
> 2) What about the issue with excessive locking for foreign keys when
> inside a transaction?  Has that issue disappeared in 8.2?  And if not,
> would it affect similarly in the case of multiple-row inserts?

The exclusive lock is gone already starting with 8.0 IIRC, a
non-exclusive lock on the parent row is used instead. Thing is that this
is still too strong ;-)

The proper lock would be one which only prevents modification of the
parent key, other updates would be safe on the same row.

In any case, the current behavior is much better than what was before.

Cheers,
Csaba.



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

Предыдущее
От: Carlos Moreno
Дата:
Сообщение: Re: Insert performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: