Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: maximum number of columns per table
Jeremy wrote:
> In article <1090377455.197311_at_yasure>, Daniel Morgan says... >
> > > I understand your approach. But what about the overhead of reading say > 150 rows every time when you only wanted one 'logical' row? Sure, in > some cases you don't need all 150 columns - but even then, the need to > code the multiple reads instead of a single 'select *' adds complexity > to the code.
From my experience far less than the overhead of trying to write an insert statement.
But consider the complexity introduced by the addition of one more attribute. If you think horizontally you need to rewrite every SQL statement. If you think vertically it is just adding a new attribute number. No recoding. No retesting. No change to the UI. No change to reports.
Daniel Morgan Received on Wed Jul 21 2004 - 08:24:03 CDT
![]() |
![]() |