Images in database vs file system

前端 未结 10 815
甜味超标
甜味超标 2020-11-29 23:23

We have a project coming up where we will be building a whole backend CMS system that will power our entire extranet and intranet with one package. The question I have been

10条回答
  •  萌比男神i
    2020-11-29 23:50

    This question comes up often - see this SO search result.

    There is no one right answer - it depends on circumstances.

    Personally - keep a file path in the DB and the file on the filesystem. Each has its own strengths. You can backup files as well as databases. This is also the conclusion of this guy, who manages TBs of data.

提交回复
热议问题