Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3
Дата
Msg-id 20070313134306.GC6715@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: 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
vincent.moreau@leroymerlin.fr wrote:
> Here it is :
>
> CCM=# SHOW enable_mergejoin;
> enable_mergejoin
> ------------------
> on
> (1 row)

Sorry, my question was more general.  Do you have _any_ of the planner
types disabled?  Try also enable_indexscan, etc; maybe

select * from pg_settings where name like 'enable_%';

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3
Следующее
От:
Дата:
Сообщение: Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3