Re: moving from MySQL to pgsql - Mailing list pgsql-general

From John R Pierce
Subject Re: moving from MySQL to pgsql
Date
Msg-id 507734C6.5030508@hogranch.com
Whole thread Raw
In response to Re: moving from MySQL to pgsql  (Vineet Deodhar <vineet.deodhar@gmail.com>)
List pgsql-general
On 10/11/12 2:07 AM, Vineet Deodhar wrote:
> To give an example, I have tables for storing master records (year
> master, security master, etc.) for which pkid TINYINT is just sufficient.
> These pkid's are used as fk constraints in tables for storing business
> transactions.
> The no. of rows in business transactions tables is in millions.
> Here, I NEED to worry about the storage space occupied by the pkid fields.

IMHO, its not significant to save a byte per field unless there's 30 or
100 of these fields in a single row.





--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: non-integer constant in ORDER BY: why exactly, and documentation?
Next
From: "A.M."
Date:
Subject: Re: non-integer constant in ORDER BY: why exactly, and documentation?