Hi all, sorry but I think I have to ask a dumb question. I haven't seen any documentation on SQL concerning this issue, yet I have seen some on Oracle.
Does column order storage affect performance?
Example:
If I have a two tables comprised of the same columns (the only difference is the column ordering.)
TABLE1 table has all columns in alphabetical order base on column name
TABLE2 table has the columns ordered by data type only.
My test have been inconclusive in determining if one has a better performance set then the other or if there is another combination of column ordering.
Any thoughts
Thanks
TalenX
Does column order storage affect performance?
Example:
If I have a two tables comprised of the same columns (the only difference is the column ordering.)
TABLE1 table has all columns in alphabetical order base on column name
TABLE2 table has the columns ordered by data type only.
My test have been inconclusive in determining if one has a better performance set then the other or if there is another combination of column ordering.
Any thoughts
Thanks
TalenX