Re: Curious about wide tables. - Mailing list pgsql-sql

From Shane Ambler
Subject Re: Curious about wide tables.
Date
Msg-id 48149C95.9080706@Sheeky.Biz
Whole thread Raw
In response to Curious about wide tables.  (Jean-David Beyer <jeandavid8@verizon.net>)
Responses Re: Curious about wide tables.  (Jean-David Beyer <jeandavid8@verizon.net>)
List pgsql-sql
Jean-David Beyer wrote:
> In another thread, the O.P. had a question about a large table with over 100
> columns. Is this usual? Whenever I make a database, which is not often, it
> ends up with tables that rarely have over to columns, and usually less than
> that. When normalized, my tables rarely get very wide.
> 
> Without criticising the O.P., since I know nothing about his application, I
> am curious how it comes about that such a wide table is justified.
> 

Depends on the application.

Something like drivers license db will have a few things like name, 
address, type, dob, restrictions and end date

Then something like an insurance policy where each record needs to know 
who it is for, the item(car - rego make model... house - address suburb 
state), effective date, end date, date of inception, type of cover, 
value of cover, excess amount, base premium, agent fees, gov fees, total 
premium, invoice sent, who entered it and when......

Sometimes you can have a lot of data that makes up one instance.



-- 

Shane Ambler
pgSQL (at) Sheeky (dot) Biz

Get Sheeky @ http://Sheeky.Biz


pgsql-sql by date:

Previous
From: Jean-David Beyer
Date:
Subject: Curious about wide tables.
Next
From: "Jonah H. Harris"
Date:
Subject: Re: Curious about wide tables.