Re: numeric/decimal docs bug? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: numeric/decimal docs bug?
Date
Msg-id 200204130012.g3D0Cjm00304@candle.pha.pa.us
Whole thread Raw
In response to Re: numeric/decimal docs bug?  (Thomas Lockhart <lockhart@fourpalms.org>)
List pgsql-hackers
Thomas Lockhart wrote:
> ...
> > It is my understanding that RPM does run that test.  My main issue is
> > why does numeric have to be so much larger than the other tests?  I have
> > not heard that explained.
> 
> afaict it is not larger. It *does* take more time, but the number of
> tests is relatively small, or at least compatible with the number of
> tests which appear, or should appear, in other tests of data types
> covering a large problem space (e.g. date/time).
> 
> It does illustrate that BCD-like encodings are expensive, and that
> machine-supported math is usually a win. If it is a big deal, jump in
> and widen the internal math operations!

OK, as long as everyone else is fine with the tests, we can leave it
alone.  The concept that the number of tests is realisitic, and that
they are just slower than other data types, makes sense.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: pg_dump is broken in CVS tip
Next
From: Bruce Momjian
Date:
Subject: Re: numeric/decimal docs bug?