Sorry if this question has been asked before.
I was thinking of putting an index on a field of VARCHAR(100). Does an index on ‘foo’ take up less space than an index on ‘foobar123’?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The space required will be more as the value is used for indexing.
But since it is compressed I dont think there would be a huge performance impact.