Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Was: maximum number of columns per table
Jay wrote:
> When you do this type of table design
>
>
>>You need to think vertically not horizontally. >> >>Rather than thinking: >> >>id, col1, col2, col3, col4, col5, col6, ... >> 1 Y N Y Y Y N >> >>think: >> >>id, col_number, col_value >>1 1 Y >>1 2 N >>1 3 Y >>1 4 Y >>1 5 Y >>1 6 N >> >>No matter what the data looks like ... load it relationally. >> >>Daniel Morgan
When you find a piece of paper wide enough to print 1000 columns please let me know. ;-)
After 35 years in the industry I have never found a need to use more than 50 columns except in the rarest of circumstances and even then doubt the rare exception broke 150 columns.
And not even in the days of green-bar did I ever try to print more than a few dozen columns on a single piece of paper.
If someone wants to view the details, highly unlikely, let them look at them vertically too. Those that want to see things on paper almost always want to see summaries.
Daniel Morgan Received on Tue Jul 20 2004 - 08:21:05 CDT
![]() |
![]() |