Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Efficient way to store hashes in database ?
08-07-2012, 07:40 PM (This post was last modified: 08-07-2012 07:41 PM by Mem5.)
Post: #1
Efficient way to store hashes in database ?
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


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