A common technique for storing a large number of files / blocks in the file system is to use a hash function to determine the path to the file; for example, a hash (identifier) → "o238455789" → o23 / 8455/789 (often a hash collision strategy exists)
Does this technique have a name (is it a "template"?) So I can find it with a search for ACM Digital Library or a similar online database of computational literature.
Are there any books / documents that explore the problem / solution?
PS thanks for the helpful notes, but no one turns to the above technique.
design-patterns
Stephen
source share