I will always be entering things of 20 characters into a particular column in my table.
I need this column to be unique.
Will there be any speed difference in SELECT queries if I set this column to be a varchar(255) instead of varchar(20)?
(data entered will always be 20 characters)