Re: New version of money type

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: New version of money type
Дата
Msg-id 20060915160413.GL525@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: New version of money type  (Andrew - Supernews <andrew+nonews@supernews.com>)
Список pgsql-hackers
Andrew - Supernews wrote:
> Numbers from an actual benchmark:
> 
> int4out(0)     - 0.42us/call
> numeric_out(0) - 0.32us/call
> 
> int4out(1000000000)     - 0.67us/call
> numeric_out(1000000000) - 0.42us/call

Is this really int4out, or is it int8out?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: polite request about syntax
Следующее
От: Tom Lane
Дата:
Сообщение: Re: confusing comment in tqual.c