Re: Creating index does not make any change in query plan.

Поиск
Список
Период
Сортировка
От Deepa
Тема Re: Creating index does not make any change in query plan.
Дата
Msg-id Pine.LNX.4.33.0302171439040.10110-100000@ws1154.midascomm.com
обсуждение исходный текст
Ответ на Re: Creating index does not make any change in query plan.  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Ответы Re: Creating index does not make any change in query plan.
Список pgsql-general
On Mon, 17 Feb 2003, Shridhar Daithankar wrote:

> It is very simple. Unless the indexed field and the field in query does not
> match exactly in type, the planner does not consider using index.

Actually the indexed field is an bigint field. But when a query plan is
did on a selection using indexed field as a string it actually uses the
index. Otherwise, it does a ordinary query plan  (i.e an non indexed query
plan).

>
> What would be good in planner is to have field promotion like in C/C++,
> smallint->bigint->float->double as and when required. That would help a hell
> lot many people..
>

 Will you please tell me how does the field promotion helps in planner.

> Bye
>  Shridhar
>

--

Bye,
Deepa. K

--
Engineer,
Network Management System,
Midas Communication Technologies private Ltd,
Chennai.


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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Creating index does not make any change in query plan.
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Creating index does not make any change in query plan.