▲ | hexo 12 hours ago | ||||||||||||||||||||||||||||
Why not? | |||||||||||||||||||||||||||||
▲ | Dylan16807 8 hours ago | parent | next [-] | ||||||||||||||||||||||||||||
Piles of small files are unpleasant to deal with. Going over millions of files even without touching the contents gets annoying. Trying to back up or move big directories gets worse. If you have a hard drive involved it really gets bad, it can probably seek 10 million times in an entire day. | |||||||||||||||||||||||||||||
▲ | adgjlsfhk1 11 hours ago | parent | prev [-] | ||||||||||||||||||||||||||||
Files in nested folders are primarily an abstraction for humans. They are a maximally flexible and customizable system. This has substantial costs (especially in environments with parallel work). As such, no one really has millions of pieces of fully separate, unstructured, hierarchical data. Once you have that much data, there is almost always additional structure that would be better represented in something like a database where you can actually express the invariants that you have. | |||||||||||||||||||||||||||||
|