|
|
|
|
|
by weinzierl
1716 days ago
|
|
We've been there. Before we had filesystems as we know them today, there were many different ways of persistent data storage. Roughly these could be grouped into two camps: The files camp and the records camp. The record based approach had many properties we know from modern databases.
It was a first class citizen on the mainframe and IBM was its champion. In my opinion hierarchical filesystems won as everyday data storage because of their simplicity and not despite it. I think the idea of a file being just a series of bytes and leaving the interpretation to the application is ingenious. That doesn't mean there is no room for standardized OS-level database-like storage. In fact I'd love to see that. |
|