Re: What's faster?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What's faster?
Дата
Msg-id 12771.1072549838@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: What's faster?  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Список pgsql-performance
"D'Arcy J.M. Cain" <darcy@druid.net> writes:
> We went through this recently.  One thing we found that may apply to you is
> how many fields in the client record have a foreign key constraint.  We find
> that tables with lots of FKeys are a lot more intensive on updates.

BTW, this should have gotten better in 7.3.4 and later --- there is
logic to skip checking an FKey reference if the referencing columns
didn't change during the update.

            regards, tom lane

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

Предыдущее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: What's faster?
Следующее
От: Sean Shanny
Дата:
Сообщение: Question about difference in performance of 2 queries on large table