Possible Duplicate:
Is there a REAL performance difference between INT and VARCHAR primary keys?
I am looking to create an effective table that is supposed to be very big. I want to ease the server's work load as much as I can.
In a MYSQL query, should I search a certain row by looking for a user ID (number) or a username (string)?
What is the fastest?
Thanks a lot for your help
Regards