Re: Overriding the optimizer

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Overriding the optimizer
Дата
Msg-id 20051216055511.GA18354@wolff.to
обсуждение исходный текст
Ответ на Re: Overriding the optimizer  ("Craig A. James" <cjames@modgraph-usa.com>)
Список pgsql-performance
On Thu, Dec 15, 2005 at 21:41:06 -0800,
  "Craig A. James" <cjames@modgraph-usa.com> wrote:
>
> If I understand enable_seqscan, it's an all-or-nothing affair.  Turning it
> off turns it off for the whole database, right?  The same is true of all of

You can turn it off just for specific queries. However, it will apply to
all joins within a query.

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

Предыдущее
От: Kevin Brown
Дата:
Сообщение: Re: Overriding the optimizer
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: How much expensive are row level statistics?