Re: Optimizer misconfigured ?

From: Richard Huxton <dev(at)archonet(dot)com>
To: Nrder-Tuitje(at)archonet(dot)com, Marcus <noerder-tuitje(at)Technology(dot)de>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Optimizer misconfigured ?
Date: 2005-10-14 07:38:39
Message-ID: 434F607F.8080100@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message ext-christian.roche 2005-10-14 16:02:56 Best way to get all different values in a column
Previous Message Nörder-Tuitje 2005-10-14 07:31:34 Re: Optimizer misconfigured ?