Re: Numeric type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Numeric type
Дата
Msg-id 2161.1066657092@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Numeric type  (Nagib Abi Fadel <nagib_postgres@yahoo.com>)
Список pgsql-general
Nagib Abi Fadel <nagib_postgres@yahoo.com> writes:
> does specifiying the precision and the scale of a
> numeric type increases the speed of calculations on a
> column of that type ???

No.  It makes no difference when reading the column, and adds a small
overhead (for enforcing the restriction) when writing it.

            regards, tom lane

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