Efficient way to store hashes in database ?
#5
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' ?
Reply


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