从数据库以多种格式提供同一文件的方法

发布于 2024-11-18 00:40:36 字数 281 浏览 9 评论 0原文

我正在编写一个应用程序,用户可以上传几种格式之一的文件,然后访问其中任何一种格式。我将文件存储在数据库中。我想知道是否应该

  1. 存储所有不同的文件 在数据库中键入或
  2. 仅将原始文件存储在 数据库并转换文件时 他们是需要的。

第一种方法使我的数据库更大。第二个选项使访问速度更快。如果文件需要很长时间才能转换(例如视频),则第二个选项不会是一个选项,但我提供的文件不需要很长时间即可转换。

我还可以考虑哪些其他因素?

(我非常倾向于第一种方法。)

I'm writing an application where users can upload files in one of a few formats and then access it any of those formats. I'm storing the files in a database. I'm wondering whether I should

  1. store all of the different file
    types in the database or
  2. store just the original file on the
    database and convert the files when
    they are needed.

The first approach makes my database larger. The second option makes access faster. The second option wouldn't be an option if the files took a long time to convert (like video), but the files I'm serving don't take long to convert.

What other factors might I consider?

(And I'm leaning very strongly towards the first approach.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文