Re: Reducing the overhead of NUMERIC data

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Reducing the overhead of NUMERIC data
Дата
Msg-id 1131040933.8300.1984.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Reducing the overhead of NUMERIC data  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Thu, 2005-11-03 at 11:36 -0500, Andrew Dunstan wrote:

> Well, it could also be argued that DW apps could often get away with 
> using floating point types, even where the primary source needs to be in 
> fixed point for accuracy, and that could generate lots of  savings in 
> speed and space. But I guess everybody gets to make their own choices.

I've never seen a requirement for a DW to be less accurate than the
primary source. Its almost always the other way around.

If its money, then no. If its other physical measurements, then yes.
There's lots of scientific apps that wouldn't use NUMERICs much, but
there's enough apps that do for me to care.

Best Regards, Simon Riggs



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Rename the members of CommandDest enum so
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Reducing the overhead of NUMERIC data