Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Efficient way to store hashes in database ?
08-11-2012, 10:38 AM (This post was last modified: 08-11-2012 10:38 AM by Mem5.)
Post: #5
RE: Efficient way to store hashes in database ?
Thank you for your answer.

@unix-ninja : when you suggest :
Code:
insert into table (hex_col) values (0xHEXVALUE);
what is the type of the column 'hex_col' ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Efficient way to store hashes in database ? - Mem5 - 08-11-2012 10:38 AM