Re: numeric data type?

Поиск
Список
Период
Сортировка
От John D. Burger
Тема Re: numeric data type?
Дата
Msg-id aa8a61690937e5d00c709dcd10e9c633@mitre.org
обсуждение исходный текст
Ответ на Re: numeric data type?  (Doug McNaught <doug@mcnaught.org>)
Ответы Re: numeric data type?
Список pgsql-general
I have a (only vaguely) related question about NUMERICs.  I'm using
someone else's schema to copy data from their DB into mine.  They use
NUMERIC quite a bit, with scale 0, where I would use one of the integer
types.  My question is whether joining and matching on NUMERIC is
likely to be slower than, say, INTEGER.  Note that I'm never doing math
with these values, they are just IDs.

Thanks for any info provided!

- John D. Burger
   MITRE


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

Предыдущее
От: Zlatko Matić
Дата:
Сообщение: Re: numeric data type?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: numeric data type?