What is a database file system?

后端 未结 4 1825
囚心锁ツ
囚心锁ツ 2021-02-10 13:41

I have a very little idea about what database file system is.

Can somebody out here explain to me what actually a database file system is, and what its applications are?

4条回答
  •  囚心锁ツ
    2021-02-10 14:07

    Typical file systems (*nix, ms-dos, etc) organize files hierarchically. For example,

    c:\ represents the top of a hierarchy c:\foo is the next level in the hierarchy c:\foo\bar is a sub-node of \foo etc..

    Each file exists in one and only one location in this hierarchy.

    By contrast, a database file system organizes files by metadata attributes. For example, topic, type, author, etc.. Rather than existing in one particular place in a hierarchy, the file exists in multiple "places" depending on its attributes.

    The last question you ask is unanswerable.

提交回复
热议问题