Quote:
Originally Posted by UserName
Also, procedure_analyze suggests converting p_id to a MEDIUM, and a_id and e_id to ENUM. Will this result in substantial disk space savings?
Thanx
|
it might, but not enough, in my opinion, to compensate for the
evil introduced into your application by using ENUM
a_id should be TINYINT like e_id, i.e. just 1 byte
the number in parentheses behind TINYINT does not mean what you think it does .
Regards,
Ronaldo