Re: Query Planning time increased 3 times on 7.1 compared to 7.0.3

Поиск
Список
Период
Сортировка
От Christof Petig
Тема Re: Query Planning time increased 3 times on 7.1 compared to 7.0.3
Дата
Msg-id 3AA39C0E.9FF0E4C2@petig-baender.de
обсуждение исходный текст
Ответ на Query Planning time increased 3 times on 7.1 compared to 7.0.3  (Christof Petig <christof.petig@wtal.de>)
Список pgsql-hackers
Justin Clift wrote:

> Hi Christof,
>
> I'm not aware of the problem with int2 indexes collapsing.  Can you give
> me some more info, and I'll put it on the techdocs.postgresql.org
> website.

Oh, I'm sorry for my strange wording.

I said that the index search collapses to a sequential scan if you do not
cast the number to int2.

Because an int2 index is not used to look up an int4.
And untyped numbers are int4 or numeric the int2 index is never used unless
explicitely specified (by a type cast).
Yes this is a known bug in PostgreSQL 7.1 and below. Hopefully this will
get addressed in 7.2?
Why don't I code it? I'm busy working on ecpg (dyn. SQL) at the moment.

Christof




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: How to shoot yourself in the foot: kill -9 postmaster
Следующее
От: Tom Lane
Дата:
Сообщение: Re: AW: AW: AW: WAL-based allocation of XIDs is insecure