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

From Jonah H. Harris
Subject Re: Curious about wide tables.
Date
Msg-id 36e682920804270906i7b5c5ab9v4e06688df85f810@mail.gmail.com
Whole thread Raw
In response to Curious about wide tables.  (Jean-David Beyer <jeandavid8@verizon.net>)
Responses Re: Curious about wide tables.  ("Mag Gam" <magawake@gmail.com>)
List pgsql-sql
On Sun, Apr 27, 2008 at 9:01 AM, Jean-David Beyer
<jeandavid8@verizon.net> 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.

Yes, even in several well-normalized schemas I've seen tables with
over 250 columns.

>  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.

The few applications I've seen with large tables were an insurance
system, an manufacturing system, and a sensor-recording system (which
was more optimal to store as an attribute-per-instance-of-time than a
separate tuple containing the time, sensor, and value).

-- 
Jonah H. Harris, Sr. Software Architect | phone: 732.331.1324
EnterpriseDB Corporation | fax: 732.331.1301
499 Thornall Street, 2nd Floor | jonah.harris@enterprisedb.com
Edison, NJ 08837 | http://www.enterprisedb.com/


pgsql-sql by date:

Previous
From: Shane Ambler
Date:
Subject: Re: Curious about wide tables.
Next
From: "Mag Gam"
Date:
Subject: Re: Curious about wide tables.