Re: Bug or Feature ? - Mailing list pgsql-admin

From Norbert Meissner
Subject Re: Bug or Feature ?
Date
Msg-id 39338D59.EF061D9C@syssun11f.rrz.debis.str.daimler-benz.com
Whole thread Raw
In response to Re: Bug or Feature ?  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-admin
Dear Karel,

thank you for answers to my "minor" problems. It seems, that I have to take
some care on designing tables for speed or robustness. I found out that the
int8 type needs also much more time on calculations. I haven't tried it with
numeric, but I think the result is even more worse.


Norbert


Norbert

Karel Zak schrieb:

> >
> > I was thinking about a solution that doesn't cause an overflow. Please
>
>  Use 'numeric' datetype. It never overflow and allow you to use deciamal
> numbers, but is slowly and is needs more memory.
>
>                                                         Karel


pgsql-admin by date:

Previous
From: "William Decker"
Date:
Subject: initdb & pg_encoding
Next
From: Eugene Karpachov
Date:
Subject: Re: grant select,update - bug or feature?