Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Mark Wong <markw(at)osdl(dot)org>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>, OSDL - DB General <osdldbt-general(at)lists(dot)sourceforge(dot)net>
Subject: Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5
Date: 2003-11-02 12:25:38
Message-ID: 1067775937.571.8.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 2003-11-01 at 20:58, Mark Wong wrote:
> I don't remember making a conscious decision between the number and integer
> database type. Is that a significant oversight on my part?

Numerics do exact math with support for arbitrary numbers. Unlike
Oracle, PostgreSQL does not retype NUMBER to a faster type internally
(like int).

You may find a good sized improvement (possibly as much as 15%) by
switching to integer as it will both reduce CPU load and storage
requirements.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Bertheau 2003-11-02 17:01:47 TODO item psql schema completion already implemented
Previous Message Manfred Spraul 2003-11-02 11:06:03 Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5