Re: index / sequential scan problem

From: Fabian Kreitner <fabian(dot)kreitner(at)ainea-ag(dot)de>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: index / sequential scan problem
Date: 2003-07-18 05:18:27
Message-ID: 5.1.0.14.0.20030718070624.0397b6b0@195.145.148.245
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


Hi all,

Adjusting the cpu_tuple_cost to 0.042 got the planner to choose the index.

Anything I need to consider when raising it to such "high" values?

Thanks for the help,
Fabian

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Dennis Björklund 2003-07-18 05:25:54 Re: index / sequential scan problem
Previous Message Fabian Kreitner 2003-07-18 04:47:05 Re: index / sequential scan problem