MySQL: Converting datatypes and collations effect on stored data
问题 I have a general question about this. There are many times we want to change data-types of fields or collations when lots of data is inserted before . Consider these situations : converting varchar collation from utf8_general_ci to latin1_swedish_ci : as I know the first has multibyte chars and the second singly byte ones. Does this conversion manipulate stored records correctly? And does this conversion lead to reduction of volume of existing data (maybe 50%)? Conversion of int(10) to