开发者

Managed local storage for blobs

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 engi开发者_运维百科ne.

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?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜