
August 31st, 2005, 10:17 AM
|
|
Contributing User
|
|
Join Date: Apr 2000
Location: germany
Posts: 119
  
Time spent in forums: 11 h 26 m 4 sec
Reputation Power: 12
|
|
Optimzing Oracle table format
In MySQL, there is a significant performance gain when tables only contain fields with a fixed length - no varchars, for example. Now my question is: is that the same with Oracle? Is it worth the effort to eliminate all varchar fields from an Oracle table with lots of rows and move them to another table, or doesn't that have any effect with Oracle tables?
|