Char versus Text
Posted by: Dan Kelly
Date: January 04, 2008 04:42AM

We are in the process of migrating an Informix database across to MySQL 5.0.45 using an in-house developed application.

As part of the process Char fields in the Informix database are migrated across as TinyText, so as not to lose any data (we've not been able to identify the char lengths in automatically).

We are trying to decide whether it is worth our while going through the migrated tables changing these Tinytext fields back to the appropriate chars. Will we get any advantage in MySQL (other than possibly table size) from having Chars over TinyText? Will this be greater if we have no text fields in the table?

Thanks

Dan

Options: ReplyQuote


Subject
Written By
Posted
Char versus Text
January 04, 2008 04:42AM
January 06, 2008 07:36PM
January 07, 2008 04:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.