Re: Typecast bug?

Поиск
Список
Период
Сортировка
От Frank Joerdens
Тема Re: Typecast bug?
Дата
Msg-id 7d10d2df0806260002w8707ea1rf8f62ca8126099a8@mail.gmail.com
обсуждение исходный текст
Ответ на Typecast bug?  (Craig James <craig_james@emolecules.com>)
Ответы Re: Typecast bug?
Список pgsql-performance
On 6/26/08, Craig James <craig_james@emolecules.com> wrote:
> This seems like a bug to me, but it shows up as a performance problem.
> Since the column being queried is an integer, the second query (see below)
> can't possibly match, yet Postgres uses a typecast, forcing a full table
> scan for a value that can't possibly be in the table.

Which version are you using? 8.3 removes a lot of implicit casts (all?
not sure), so this may already be your fix.

Cheers,

Frank

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

Предыдущее
От: Craig James
Дата:
Сообщение: Re: Typecast bug?
Следующее
От: "Guillaume Smet"
Дата:
Сообщение: Re: Typecast bug?