what data type to store fixed size integer?

Поиск
Список
Период
Сортировка
От Arash pajoohande
Тема what data type to store fixed size integer?
Дата
Msg-id BANLkTikNQ6DBH4Pyq09hN-hsz4NOUg7v5g@mail.gmail.com
обсуждение исходный текст
Ответы Re: what data type to store fixed size integer?
Re: what data type to store fixed size integer?
Список pgsql-general
hi there
I wan to store a 10 digits integer in a column of table.
the data type does not need any arithmetic aperations (as of integers).
maybe its good to use bigint, but it is Postgres specific and is not part of SQL standards
what is the best data type (fastest) to store it? any help would be appreciated.

thanks in advance
Arash

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

Предыдущее
От: Sim Zacks
Дата:
Сообщение: pg_restore problem with type
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: what data type to store fixed size integer?