Distributed Storage of BLOBs for .NET?

前端 未结 5 1852
清歌不尽
清歌不尽 2021-02-02 15:10

I am looking for a reasonably well tested library+server to store a persistent distributed hash table.

I am hesistant to use SQL-based solutions as the data is highly d

5条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-02 16:02

    You can try StorageEdge it has NCache technology at it's back-end so by using it you'll have the support of distributed cache which will boost SharePoint performance, reliability, scalability and optimize its storage at the same time.

    Here is link to StorageEdge's homepage http://www.alachisoft.com/storageedge/ I hope it help :)

    Rest for .NET you can always try NCache a big name in Distributed Caching you can find its details on http://www.alachisoft.com/ncache/

提交回复
热议问题