|
|
|
|
|
by jochem9
902 days ago
|
|
The chances of having an accidental hash collision are really small. I have build data warehouses with md5 as the hashing algorithm to generate keys from natural keys. Did some back of the envelope calculations back then and found that the chance of a hash collision was minute. Don't remember the exact numbers, but somewhere in the 100s of years if I was generating keys every second. This could btw very well be a thing with large volumes of data, but in many systems this absolutely not a worry. |
|