annotate master_paper.bib @ 7:44a95cddab8a

added benchmark results and graphs and gnuplot script
author Shoshi TAMAKI
date Wed, 20 Feb 2013 20:09:12 +0900
parents bf82975fa7f5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
1 @article{shoshi:2010a,
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
2 author = "玉城 将士 and 河野 真治",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
3 title = "Cassandraを使ったCMSのPCクラスタを使ったスケーラビリティの検証",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
4 journal = "日本ソフトウェア科学会",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
5 month = "August",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
6 year = 2010
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
7 }
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
8
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
9 @article{shoshi:2011a,
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
10 author = "玉城 将士 and 河野 真治",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
11 title = "Cassandraを使ったスケーラビリティのあるCMSの設計",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
12 journal = "情報処理学会",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
13 month = "March",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
14 year = 2011
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
15 }
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
16
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
17 @article{shoshi:2011b,
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
18 author = "玉城 将士 and 河野 真治",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
19 title = "Cassandraと非破壊的構造を用いたCMSのスケーラビリティ検証環境の構築",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
20 journal = "日本ソフトウェア科学会",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
21 month = "August",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
22 year = 2011
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
23 }
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
24
7
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
25 @article{cassandra,
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
26 author = "Avinash Lakshman and Prashant Malik.",
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
27 title = "Cassandra - a decentralized structured storage system",
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
28 journal = "LADIS",
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
29 year = "2003",
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
30 month = "Mar"
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
31 }
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
32
0
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
33 @article{bigtable,
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
34 author = "Fay Changand Jeffrey Dean and Sanjay Ghemawat and Wilson C. Hsieh and Deborah A. Wallach and Mike Burrows and Tushar Chandra and Andrew Fikes and Robert E. Gruber",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
35 title = "Bigtable : A Distributed Storege System for Structured Data"
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
36 }
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
37
7
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
38 @article{cap,
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
39 author = "Nancy Lynch and Seth Gilbert",
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
40 title = "Brewer's conjecture and the feasibility of consistent, available, partition-tolerant web services",
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
41 journal = "ACM SIGACT News",
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
42 year = "2002"
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
43 }
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents: 0
diff changeset
44
0
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
45 @article{dynamo,
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
46 author = "Giuseppe DeCandia and Deniz Hastorun and Madan Jampani and Gunavardhan Kakulapati and Avinash Lakshman and Alex Pilchin and Swaminathan Sivasubramanian and Peter Vosshall and Werner Vogels",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
47 title = "Dynamo: Amazon's Highly Avaliable Key-value Store"
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
48 }
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
49
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
50 @article{seda:1,
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
51 author = "Matt Welsh",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
52 title = "The Staged Event-Driven Architecture for Highly-Concurrent Server Applications"
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
53 }
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
54
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
55 @article{seda:2,
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
56 author = "Matt Welsh, David Culler, Eric Brewer",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
57 title = "SEDA : An Architecture for Well-Conditioned , Scalable Internet Services",
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
58 journal = "SOSP"
bf82975fa7f5 hg init and added files
Shoshi TAMAKI
parents:
diff changeset
59 }