Re: Analyze makes queries slow...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Analyze makes queries slow...
Дата
Msg-id 5167.1060626303@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Analyze makes queries slow...  (Stef <svb@ucs.co.za>)
Ответы Re: Analyze makes queries slow...  (Stef <svb@ucs.co.za>)
Список pgsql-performance
Stef <svb@ucs.co.za> writes:
> => Could we see the results of "EXPLAIN ANALYZE", rather than just EXPLAIN,
> => for the un-analyzed case?

> Attached the output of this.

Hmm... not immediately obvious where it's going wrong.  Could you try
this (after ANALYZE):

    set enable_mergejoin to off;
    explain analyze   ... query ...

If it finishes in a reasonable amount of time, send the explain output.

            regards, tom lane

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

Предыдущее
От: Stef
Дата:
Сообщение: Re: Analyze makes queries slow...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Analyze makes queries slow...