What is a database file system?

后端 未结 4 1834
囚心锁ツ
囚心锁ツ 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:13

    It's a file system that stores files as blobs in a database, rather than in a hierarchy of directories. Imagine a web-site with no "directory-like" hierarchy in the URL - just loads of tags and categories and a big "search" field - something like that, only on your hard-drive.

    Pros & cons? Ask yourself, how many database filesystems have I ever seen? Do you need to ask more?

提交回复
热议问题