Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3
Дата
Msg-id 20070313101117.GA98241@winnie.fuhr.org
обсуждение исходный текст
Ответ на Execution plan changed after upgrade from 7.3.9 to 8.2.3  (<vincent.moreau@leroymerlin.fr>)
Ответы Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3  (<vincent.moreau@leroymerlin.fr>)
Список pgsql-performance
On Tue, Mar 13, 2007 at 09:19:47AM +0100, vincent.moreau@leroymerlin.fr wrote:
> Is there an option in the 8.2.3 to change in order to have the same
> execution plan than before ?

Let's see if we can figure out why 8.2.3 is choosing a bad plan.
Have you run ANALYZE on the tables in 8.2.3?  Could you post the
query and the complete output of EXPLAIN ANALYZE (preferably without
wrapping) for both versions?

--
Michael Fuhr

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

Предыдущее
От:
Дата:
Сообщение: Execution plan changed after upgrade from 7.3.9 to 8.2.3
Следующее
От: femski
Дата:
Сообщение: Postgres batch write very slow - what to do