Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Too many columns (rows) in a table

Too many columns (rows) in a table

From: <caramel98_at_my-deja.com>
Date: Sun, 23 Jan 2000 09:03:48 GMT
Message-ID: <86eg5g$91s$1@nnrp1.deja.com>


Hi,

I have to create a table for the following:
- 100 000 products

If I create one table to contain all of the properties of the products, I'll have at least PRODUCT_ID + 30*10 = 301 columns.

An other choice can be to use two tables:
- table PRODUCTS with PRODUCT_ID and other columns

The table DESCRIPTIONS will contain 100 000*10*30 = 30 000 000 rows

Is there a best way ?

Thanks for any help.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Sun Jan 23 2000 - 03:03:48 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US