Re: Is disableing nested_loops a bad idea ?

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Is disableing nested_loops a bad idea ?
Дата
Msg-id 4C91E28C0200002500035868@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Is disableing nested_loops a bad idea ?  (Franck Routier <franck.routier@axege.com>)
Список pgsql-performance
Franck Routier <franck.routier@axege.com> wrote:

> So I wanted to better understand to what extend using a
> sledgehammer will impact me :-)

Disabling it globally is likely to significantly hurt some queries.
Before resorting to that, you might decrease effective_cache_size,
increase random_page_cost, and (most importantly) do whatever you
can to improve statistics.  Where those fail, and disabling nested
loops helps, I concur with the advice to only do that for specific
queries, taking care to reset it afterward.

In other words, use that sledgehammer with great care, don't just
swing it around wildly....  ;-)

-Kevin

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

Предыдущее
От: Anssi Kääriäinen
Дата:
Сообщение: Re: Performance problem with joined aggregate query
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Performance problem with joined aggregate query