show/hide this revision's text 5 deleted 91 characters in body

Hi, I noticed a number of cases where an application or database stored collections of files/blobs using a has to determine the path and filename. I believe the intended outcome is a situation where the path never gets too deep, or the folders ever get too full - too many files (or folders) in a folder making for slower access.

EDIT: Examples are often Digital libraries or repositories, though the simplest example I can think of (that can be installed in about 30s) is the Zotero document/citation database.

Why do this? Wouldn't a B-Tree be simpler and faster?(I don't know what I was thinking)

EDIT: thanks Mat for the answer - does this technique of using a hash to create a file path have a name? Is it a pattern? I'd like to read more, but have failed to find anything in the ACM Digital Library

show/hide this revision's text 4 corrected stupidity, typo

Hi, I noticed a number of cases where an application or database stored collections of files/blobs using a has to determine the path and filename. I believe the intended outcome is a situation where the path never gets too deep, or the folders ever get too full - too many files (or folders) in a folder making for slower access.

EDIT: Examples are often Digital libraries or repositories, though the simplest example I can think of (that can be installed inabout in about 30s) is the Zotero document/citation database.

Why do this? Wouldn't a B-Tree be simpler and faster?(I don't know what I was thinking)

EDIT: thanks Mat for the answer - does this technique of using a hash to create a file path have a name? Is it a pattern? I'd liek like to read more, but have failed to find anything in the ACM Digital Library

show/hide this revision's text 3 subquestion

Hi, I noticed a number of cases where an application or database stored collections of files/blobs using a has to determine the path and filename. I believe the intended outcome is a situation where the path never gets too deep, or the folders ever get too full - too many files (or folders) in a folder making for slower access.

EDIT: Examples are often Digital libraries or repositories, though the simplest example I can think of (that can be installed inabout 30s) is the Zotero document/citation database.

Why do this? Wouldn't a B-Tree be simpler and faster?

EDIT: thanks Mat for the answer - does this technique of using a hash to create a file path have a name? Is it a pattern? I'd liek to read more, but have failed to find anything in the ACM Digital Library

show/hide this revision's text 2 added example
show/hide this revision's text 1