Re: Disadvantages to using "text"

Поиск
Список
Период
Сортировка
От Bruce Hyatt
Тема Re: Disadvantages to using "text"
Дата
Msg-id 694890.72880.qm@web34405.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Disadvantages to using "text"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
> Well, all the textual operators/functions are actually
> declared to take
> and return type TEXT, so when you are working with VARCHAR
> columns the
> expressions have no-op cast nodes in them ("RelabelType"
> nodes), even
> if it's an unconstrained-length VARCHAR.  I'm not sure whether
> the
> execution cost of these would be measurable in real
> applications, but
> it's not zero.  A bigger problem is that sometimes the planner
> gets
> confused by the RelabelTypes and fails to find as good a plan
> as it
> finds for a pure-TEXT query.

I assume this is true for version 7 as well as version 8.

Bruce


      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

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

Предыдущее
От: Aurynn Shaw
Дата:
Сообщение: Re: Disadvantages to using "text"
Следующее
От: Mary Anderson
Дата:
Сообщение: Is there a trace facility for postgres/php?