Efficient way to store hashes in database ?
#1
Hi,

What is the best way (for fastest request / response time) to store hashes in a mysql database ?

I saw UNHEX() which convert hexa in binary, then the column can store only digits, which I think is faster.

What to you suggest ?

Thanks.
Reply


Messages In This Thread
Efficient way to store hashes in database ? - by Mem5 - 08-07-2012, 07:40 PM