Sid3335
10-18-2006, 05:06 AM
I have a couple of columns in my (mysql) db, 2 in particular are text fields that are no longer than 8 characters.
at present i am using a varchar data type.
would it be better to choose another data type, will i get any benefit from using another datatype?
i should point out that my scripts aren't that slow using this table, it's jsut it is 20+ million rows (doesn't change) and was just trying to optimise it for speed.
thanks guys
at present i am using a varchar data type.
would it be better to choose another data type, will i get any benefit from using another datatype?
i should point out that my scripts aren't that slow using this table, it's jsut it is 20+ million rows (doesn't change) and was just trying to optimise it for speed.
thanks guys