[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SQL question about performance...



Hi!
(I've asked this before but my account seemed to be deleted for some
reason...)

I have the choice between VARCHAR(8) and INT(10) to store unsigned crc32
values in hex or as decimal integer.

Which one would result in more speed after putting an INDEX on it?
VARCHAR(8) or INT(10)?

...I use mySQL..


Thanks,
Dirk



Reply to: