database - What are the pros and cons of using integers as primary keys vs using strings as primary keys in a MySQL table -
which datatype should preferred ?
we used integer datatype of primary key why ?
integers smaller, easier work with, have natural sequence , don't suffer charset conversions. i'm sure there other reasons too.
Comments
Post a Comment