Re: [PERFORM] Foreign key performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PERFORM] Foreign key performance
Дата
Msg-id 1966.1050645964@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PERFORM] Foreign key performance  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы Re: [PERFORM] Foreign key performance  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-hackers
Stephan Szabo <sszabo@megazone23.bigpanda.com> writes:
> It appears (from some not terribly scientific experiments - see below)
> that it's likely to be related to managing the deferred trigger queue
> given that in my case at least running the constraints non-deferred was
> negligible in comparison.

At one time the deferred-trigger queue had an O(N^2) behavioral problem
for large N = number of pending trigger events.  But I thought we'd
fixed that.  What's the test case exactly?  Can you get a profile with
gprof?

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg 7.3.2 assert statement fails. process terminated
Следующее
От: Kevin Brown
Дата:
Сообщение: Re: For the ametures. (related to "Are we losing momentum?")