Re: Optimizer misconfigured ?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Optimizer misconfigured ?
Дата
Msg-id 434F607F.8080100@archonet.com
обсуждение исходный текст
Ответ на Re: Optimizer misconfigured ?  (Nörder-Tuitje, Marcus <noerder-tuitje@technology.de>)
Список pgsql-performance
Nörder-Tuitje wrote:
> Hi,
>
> meanwhile I have received the hint to make postgres use the index via
>
>
> SET ENABLE_SEQSCAN=FALSE;
>
> which fits perfectly. The execution plan now indicates full use of
> index.

What execution plan? I still only see one message on the list.

> Nevertheless this is merely a workaround. Maybe the io-costs are
> configured to cheap.

Possibly - the explain analyse will show you.
--
   Richard Huxton
   Archonet Ltd


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

Предыдущее
От: Nörder-Tuitje, Marcus
Дата:
Сообщение: Re: Optimizer misconfigured ?
Следующее
От:
Дата:
Сообщение: Best way to get all different values in a column