Should I use PostgreSql, MySql, Oracle or SqlServer for storing documents / binary files?

前端 未结 1 1403
日久生厌
日久生厌 2021-01-27 14:44

Should I use PostgreSql, MySql, Oracle or SqlServer for storing documents / binary files ? Are there any performance benefits of using one or the other? Are there any advantages

1条回答
  •  南方客
    南方客 (楼主)
    2021-01-27 15:38

    Some would say that you shouldn't store the binary files in the database, and that you should just store the path, and keep the files in the standard file system. Of course which path you take depends a lot on what you are doing with the files, without knowing more about your requirements it's hard to say.

    0 讨论(0)
提交回复
热议问题