Re: Adding foreign key performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Adding foreign key performance
Дата
Msg-id 22514.1067356292@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Adding foreign key performance  (Jeff <threshar@torgo.978.org>)
Список pgsql-performance
Jeff <threshar@torgo.978.org> writes:
> I recalled seeing a thread on -HACKERS about some major improvements to the speed of adding an FK to an existing
tablein 7.4. Naturally I was curious and decided to give it a whirl. My findings are not too good. In fact, they are
bad. 
> 7.4b4, 10k shared buff, 256mb effective cache: 485706ms

You are testing the wrong version.  beta5 has the ADD FOREIGN KEY improvement.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Adding foreign key performance
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: Optimizing Performance