Re: Not Picking Index

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Gauri Kanekar <meetgaurikanekar(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Not Picking Index
Date: 2007-02-16 14:28:05
Message-ID: 20070216142804.GA44536@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, Feb 16, 2007 at 06:26:51PM +0530, Gauri Kanekar wrote:
> I want to run a Select Query on a table. But i dont want the query to pick a
> index defined on that table.
>
> So can i instruct the planner not to pick that index.

Why don't you want the planner to use the index? Is there a specific
index you want to ignore or do you want the planner to ignore all
indexes? What problem are you trying to solve?

--
Michael Fuhr

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Gauri Kanekar 2007-02-16 14:31:16 Re: Not Picking Index
Previous Message Gauri Kanekar 2007-02-16 12:56:51 Not Picking Index