Hi! Some fields used for indices (eg aliases etc) are known to take only 7bit-singlebyte data, yet Mysql has to deal with potentially 8bit-multibyte data. Do you think that Mysql will access the indices more efficient if these fields were marked as latin1? I think it may use less memory for buffers etc. Masi