in reply to Re: checking mySQL database for unique CRC32 as proxy for long string
in thread checking mySQL database for unique CRC32 as proxy for long string

about 7000 characters. I guess technically if I am manually checking if the item already exists then I don't need the checksum because I could just pull it to perl and check, but I guess checking a few bytes of binary is quicker than 7000char for each row.
  • Comment on Re^2: checking mySQL database for unique CRC32 as proxy for long string