Quote:
Originally Posted by Konstantinos
Have a unique ID for each player in the table (auto increment enabled). Whenever you want to update or select (I'm not referring to check whether the player is registered or not) data for a player, use that "ID" in WHERE clause instead of "Username".
|
Does that really makes a significant difference in speed ?