Re: More FK patches

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: More FK patches
Дата
Msg-id 625.1005624424@sss.pgh.pa.us
обсуждение исходный текст
Ответ на More FK patches  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-patches
Stephan Szabo <sszabo@megazone23.bigpanda.com> writes:
> This patch should help fix cases with two separate fk constraints
> in a row that happen to reference the same pk constraint with
> an on update cascade and similar cases.

Aren't those NOT EXISTS clauses going to cause a humungous
performance hit?

Seems it would be better for the RI triggers to do more in C code
and stop expecting the query engine to handle these things.  I've
always thought that ReferentialIntegritySnapshotOverride was an
absolutely unacceptable kluge, not least because it's turned on
*before* we do parsing/planning of the RI queries, and so is
likely to screw up system catalog checks.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: More FK patches
Следующее
От: Karel Zak
Дата:
Сообщение: Re: stupid patch of pg_dumplo