MongoDB GridFS VS 直接磁盘 IO

发布于 2024-11-13 22:48:52 字数 45 浏览 4 评论 0原文

使用MongoDB GridFS存储图像与直接存储在磁盘上的图像有什么优点?

Use MongoDB GridFS store images and images stored directly on disk What are the advantages?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幽梦紫曦~ 2024-11-20 22:48:52
  1. 我认为主要优点是当系统开始增长(分片、复制)时,可以轻松地在多个服务器之间分发文件。
  2. 轻松提高读/写速度。
  3. 无需关心将新文件放在哪里。
  4. 文件系统因大量小文件而变得缓慢。
  1. Main advantage in my opinion is easy files distribution across multiple servers when system start growing (sharding, replication).
  2. Easy improvement reads/writes speed.
  3. No need to care where to put new file.
  4. Files systems become slow with big amount of small files.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文