Using a Filesystem (Not a Database!) for Schemaless Data - Best Practices

后端 未结 4 570
挽巷
挽巷 2021-02-05 03:25

After reading over my other question, Using a Relational Database for Schema-Less Data, I began to wonder if a filesystem is more appropriate than a relational database for stor

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-05 04:06

    One thing you may want to take into consideration is Oracle's BFILE datatype, which is a pointer to a file on disk. Perhaps that might be the best of both worlds? Microsoft SQL server doesn't seem to offer this capability.

提交回复
热议问题