Blob 的托管本地存储

发布于 2024-08-09 23:13:36 字数 144 浏览 3 评论 0原文

如今的普遍共识似乎是,不要将二进制大对象存储在关系数据库中,因为它并没有真正针对此类事情进行优化,而是将其放入专用的存储引擎中。

任何人都可以为 .Net 平台提出一个类似于 Microsoft Azure Blob 存储引擎的解决方案,但保留在组织本地吗?

The general consensus these days seems to be that you do not store binary large objects in your relational database, as its not really optimised for that sort of thing, and instead put it into a dedicated storage engine.

Can anyone suggest a solution for the .Net platform, along the lines of the Microsoft Azure Blob Storage engine, but kept local to the organisation?

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

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

发布评论

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

评论(1

天生の放荡 2024-08-16 23:13:36

在 Sql Server 2008 中,具有管理数据库中的 blob 信息的功能。它确实将其存储在文件系统上,因此您可以两全其美。

In Sql Server 2008 there is functionality to administrate blob information in the database. It really stores it on the file system, so you get the best of both worlds.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文