Re: [PERFORM] Hash Anti Join performance degradation

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [PERFORM] Hash Anti Join performance degradation
Дата
Msg-id BANLkTimRjbzjqA13MLtjLf1XCini_UAAQw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PERFORM] Hash Anti Join performance degradation  (Cédric Villemain <cedric.villemain.debian@gmail.com>)
Ответы Re: [PERFORM] Hash Anti Join performance degradation  (Cédric Villemain <cedric.villemain.debian@gmail.com>)
Список pgsql-hackers
On Tue, May 31, 2011 at 8:43 PM, Cédric Villemain
<cedric.villemain.debian@gmail.com> wrote:
> Yes, while here I noticed that the query was long to be killed.
> I added a CHECK_FOR_INTERRUPT() in the for(;;) loop in nodeHashjoin.c.
> It fixes the delay when trying to kill but I don't know about
> performance impact this can have in this place of the code.

Well, seems easy enough to find out: just test the query with and
without your patch (and without casserts).  If there's no measurable
difference on this query, there probably won't be one anywhere.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: patch review : Add ability to constrain backend temporary file space
Следующее
От: Robert Haas
Дата:
Сообщение: Re: creating CHECK constraints as NOT VALID