Re: [PERFORM] Diferent execution plan for similar query

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: [PERFORM] Diferent execution plan for similar query
Дата
Msg-id 200304281630.55041.shridhar_daithankar@nospam.persistent.co.in
обсуждение исходный текст
Список pgsql-hackers
On Monday 28 April 2003 16:29, Magnus Naeslund(w) wrote:
> Shridhar Daithankar said:
> > In second case, postgresql typecasted it correctly. Even
> > eans.id_iean=345::int8 would have worked the same way.  By default
> > postgresql
> > treats a number as int4 while comparing and integer and float8 for a real
> > numbe. I discovered that yesterday.
> >
> > Until the planner/parser gets smarter, this is going to be an FAQ..
> >
> >  Shridhar
>
> Is this an nontrivial change?
> Because if it's trivial it should be done, imho.
> I've been bitten indirectly of this, and it's not too easy to find out
> always. I think that this is one of the most unobvious performance hickups
> there are with postgresql.

I would say dig into hackers archives for the consensus(??) reached.. I don't
remember..

 Shridhar


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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: INSERT/UPDATE ... RETURNING
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: INSERT/UPDATE ... RETURNING