changeset 9:0984c0f084f3

Writed description of Cassandra
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 03 Feb 2014 04:15:49 +0900
parents 3ca7652a5033
children d8f9b11bf8fb
files images/consistency_quorum.png index.html
diffstat 2 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
Binary file images/consistency_quorum.png has changed
--- a/index.html	Mon Feb 03 04:06:55 2014 +0900
+++ b/index.html	Mon Feb 03 04:15:49 2014 +0900
@@ -337,11 +337,15 @@
         <h3>
 	    分散Key-ValueストアCassandraの特徴
 	</h3>
-	<p>ring型トポロジーを形成。ring上にはHash値があり、書き込むデータの</li>
-	<p></p>
-	<p></p>
-	
-
+	<small style="line-height:30px;">
+	<p>ring型トポロジーを形成。ring上にはHash値があり、書き込むデータのキーのハッシュ値により書き込むノードを決定</p>
+	<p>1つのデータの複製を最大何とるかというReplication factorの設定がある。</p>
+	<p>Consistency Levelというデータの読み書きの際に何台のノードから読み書きするかを決定できる</p>
+	<p>Consistency LevelにはONE,QUORUM,ALLがある。QUORUMはReplication factorの数/2+1 のノードに読み書きする。</p>
+	</small>
+	<p>
+	    <img style="margin-top:-30px;" src="./images/consistency_quorum.png">
+	</p>
       </article>