We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5f657 commit fd3fce7Copy full SHA for fd3fce7
README.md
@@ -0,0 +1,3 @@
1
+# n0stack storage
2
+
3
+EXPERIMENTAL
chunk/README.md
@@ -0,0 +1,8 @@
+# Chunk
+## Motivation
4
5
+- 冗長性、シーケンシャルのアクセス性能を提供する
6
+- 既存の論文における...
7
+ - [Google FileSystem](http://research.google.com/archive/gfs.html) の Chunk
8
+ - [Windows Azure Storage](https://azure.microsoft.com/ja-jp/blog/sosp-paper-windows-azure-storage-a-highly-available-cloud-storage-service-with-strong-consistency/) の Block / Extent
0 commit comments