Distributed Storage of BLOBs for .NET?

前端 未结 5 1918
清歌不尽
清歌不尽 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 15:42

    DryadLINQ or Hadoop.Net may help.

    Hadoop.Net is dotnet version of Hadoop. More about Hadoop can be found here

提交回复
热议问题