Tagged Questions

5
votes
4answers
689 views

Using hash functions for file storage?

A common technique for storing a lot of files/blobs in a filesystem is to use a hash function to determine the filepath; eg hash(identifier) -> "o238455789" -> o23/8455/789 (there is often a ...