Re: New version of money type

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: New version of money type
Дата
Msg-id 20060928185315.GA16473@svana.org
обсуждение исходный текст
Ответ на Re: New version of money type  ("Luke Lonergan" <llonergan@greenplum.com>)
Ответы Re: New version of money type  ("Luke Lonergan" <llonergan@greenplum.com>)
Список pgsql-hackers
On Thu, Sep 28, 2006 at 11:39:31AM -0700, Luke Lonergan wrote:
> D'Arcy,
>
> On 9/28/06 10:12 AM, "D'Arcy J.M. Cain" <darcy@druid.net> wrote:
>
> > Numeric has been shown to be as good or better than money in I/O
> > operations.
>
> What exactly does that mean in the context of a Datum: "I/O operations"?

Converting to/from text format for when dealing with client
applications. Numeric can convert faster than plain integers sometimes.
Numeric isn't that slow really...

Have a ncie day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

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

Предыдущее
От: Gevik Babakhani
Дата:
Сообщение: Re: Row IS NULL question
Следующее
От: David Fetter
Дата:
Сообщение: Numeric overflow problem + patch