Re: New version of money type

Поиск
Список
Период
Сортировка
От D'Arcy J.M. Cain
Тема Re: New version of money type
Дата
Msg-id 20060915105853.50ac51b0.darcy@druid.net
обсуждение исходный текст
Ответ на Re: New version of money type  (Andrew - Supernews <andrew+nonews@supernews.com>)
Список pgsql-hackers
On Fri, 15 Sep 2006 10:17:55 -0000
Andrew - Supernews <andrew+nonews@supernews.com> wrote:
> Presumably the same speed as bigint, which is to say that while it is
> faster than numeric for calculation, it is (much) slower for input/output.
> (The difference in speed between bigint output and numeric output is
> measured in multiples, not in percentages.)

I/O for money seems at least as compareable to numeric if not slightly
better.  Other than that it has all the speed advantages as bigint for
basically the same reasons.  It's basically bigint with modified input
and output functions.

-- 
D'Arcy J.M. Cain <darcy@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] plpgsql, return can contains any expression
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: New version of money type