From: | "Don V(dot) Soledad" <don(dot)soledad(at)uratex(dot)com(dot)ph> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | storage space |
Date: | 2002-05-31 01:38:13 |
Message-ID: | 5.1.0.14.0.20020531091152.00a6cde0@10.0.0.1 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
good day!
i have the ff: table structures:
Table "quantities"
Attribute | Type | Modifier
-----------+---------------+----------
invnbr | varchar(12) |
ordernbr | varchar(12) |
prodid | varchar(30) |
invqty | numeric(12,2) |
uprice | numeric(12,2) |
Table "notes"
Attribute | Type | Modifier
-----------+---------------+----------
ordernbr | varchar(12) |
line1 | varchar(60) |
line2 | varchar(60) |
line3 | varchar(60) |
with the above structures, is it advisable to separate "notes" table from
"quantities" to save storage space because an invoice to us may or may not
have note/s?
thanks,
don
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-05-31 02:15:59 | Re: storage space |
Previous Message | Neil Conway | 2002-05-31 01:37:32 | Re: Transactions and constraints |