char or int to table ID (no replies)
(MySQL.com) what will be better for the id index on a table holding temporary data (can long hours to 7 days)
id: int(10) [AUTO_INCREMENT] PRIMARY
OR
id: char(32) [md5] PRIMARY
Note: table got many inserts per minute, data is only acessed when users wan