Re: numeric data types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: numeric data types
Дата
Msg-id 3209.1084593796@sss.pgh.pa.us
обсуждение исходный текст
Ответ на numeric data types  ("Jaime Casanova" <el_vigia_ec@hotmail.com>)
Список pgsql-performance
"Jaime Casanova" <el_vigia_ec@hotmail.com> writes:
> i have a question, is there any advantages in using numeric(1) or numeric(2)
> in place of smallint?

Performance-wise, smallint is an order of magnitude better.

            regards, tom lane

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

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: numeric data types
Следующее
От: Tom Lane
Дата:
Сообщение: Re: TPCH 100GB - need some help