Mysql Performance Impact with long integer field

81 Views Asked by At

I wants to store crc64 of a string which is 20+ digits long number. I wants to understand performance consequences of storing big numeric digits in terms of space complexity and JOINS.

Any help or suggestion would be greatly appreciated.

Thanks

0

There are 0 best solutions below