Re: How to influence the planner

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: How to influence the planner
Дата
Msg-id 46D93F0E.5070404@archonet.com
обсуждение исходный текст
Ответ на Re: How to influence the planner  (Richard Ray <rray@mstc.state.ms.us>)
Список pgsql-sql
Richard Ray wrote:
> 
> When is enable_seqscan = off appropriate

Never(*)

It's not for normal usage, the various enable_xxx settings do let you 
experiment with different options if you think the planner is making a 
mistake.

(*) OK, sooner or later, if you have enough systems and enough 
performance-critical queries then you might want to use it in 
production. But only if you really know what you're doing and you've 
exhausted you're other options.

--   Richard Huxton  Archonet Ltd


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

Предыдущее
От: Richard Ray
Дата:
Сообщение: Re: How to influence the planner
Следующее
От: Dmitry Turin
Дата:
Сообщение: Re: Request into several DBMS simultaneously on DDL and DML