when a table has one hundred columns, where 40 of them have datatypes far exceeding the max(len()) of data actually in them, will this alone impact query performance?
Breakdown
varchar(100) - 19 ha
↧
does use of large datatypes where much smaller ones will do, affect performance?
↧