|
|
|
|
|
by JoeAltmaier
111 days ago
|
|
Digression: a file system is a terrible abstraction. The ceremonial file tree, where branches are directories and you have to hang your file on a particular branch like a Christmas ornament. Relational is better. Hell, and kind of unique identifier would be nice. So many better ways to organize data stores. |
|
The best compromise is what modern OSs have: a tree-like structure to store files but a database index on top for queries.