Most of the text stored in my DB is from 1MB to 1.5MB big. But not bigger then 1.5MB, because that's the limit I set.
Here are my needs:
- I need it for lowering my mysql database size
- I need it to be as fast as possible
- no security needed
- it must just work correctly, so that string_1 and string_2 can never have the same hash
I use PHP and MYSQL.