If I make an index on a string column how does MySQL store it in Btree? Does it store the raw strings or some hashed integer value?
Actually, I was thinking of storing UUID as PRIMARY KEY so just wanted to know how my index size get affected by the size of the string?