Re: postgres 7.1.3: why does the query plan ignore indexes?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Marco Vezzoli <marco(dot)vezzoli(at)st(dot)com>, sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: postgres 7.1.3: why does the query plan ignore indexes?
Date: 2003-08-27 04:22:08
Message-ID: 200308270422.h7R4M8l00697@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Should we consider adding some warning when someone creates an index on
> > an int2 column?
>
> I don't think so. Better to expend our energy on solving the
> fundamental problem.

I am thinking _until_ we fix the problem. Is it actually hard to add?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-08-27 04:27:20 Re: postgres 7.1.3: why does the query plan ignore indexes?
Previous Message Gaetano Mendola 2003-08-26 23:32:12 Re: postgres 7.1.3: why does the query plan ignore indexes?