Re: 7.4 dramatically slower than 7.3?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: 7.4 dramatically slower than 7.3?
Дата
Msg-id 20040406092109.U37655@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: 7.4 dramatically slower than 7.3?  (Nabil Sayegh <postgresql@e-trolley.de>)
Список pgsql-novice
On Tue, 6 Apr 2004, Nabil Sayegh wrote:

> Stephan Szabo wrote:
>
> > One other possibility is that the planning is taking a really long time.
> > How long do explain (non-analyze) on the two systems take?  And how many
> > joins are there precisely?
>
> Yeah, that seems to be it.
> It takes ~
> (real) 3.776s on 7.4
> (real) 0.082s on 7.3
> measured with bash/time but shouldn't make a difference
>
> So the plan is actually better but takes much longer to ... plan, right?

Yes.  You might want to see if lowering join_collapse_limit helps any, I'd
suggest trying 0 first and then incrementing it.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.4 dramatically slower than 7.3?
Следующее
От: Michael Guerin
Дата:
Сообщение: estimated row count way off.