I am trying to design a mysql DB but dunno what to do to minimize the overhead to a minimum, I have uniq needs. one of the fields could be as long as 60kb or short as 100 bytes, what kind and lenghth should I use in this field to minimize the overhead to its minimum ?
I've heard if you define the maximum to be like 60k then every unused space left in the row till 60k will be filled with space, you understand that this could cause unnecessary overhead, only few raws would make use of this lenghth while most of the rest rows won't, what do you suggest ??