Mercurial > hg > Papers > 2014 > nobuyasu-master
annotate paper/abstract_eng.tex @ 116:d45899154815 default tip
Fixed
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 06 Mar 2014 00:48:26 +0900 |
parents | 7a4d101fd452 |
children |
rev | line source |
---|---|
3
fc37b0330bdc
Modified master.sty and appendix.tex
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
1 \begin{abstract_eng} |
107
7a4d101fd452
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
73
diff
changeset
|
2 Users of the Wev services is increasing by the diffusion of smartphone and tablet pc. |
7a4d101fd452
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
73
diff
changeset
|
3 However it caused the webserver down. |
7a4d101fd452
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
73
diff
changeset
|
4 Therefore, scalability is the important software factor for Web services today. |
17
dfa2fd4658b2
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
3
diff
changeset
|
5 Scalability in distributed system is able to increase performance linearly when just added new node to system. |
107
7a4d101fd452
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
73
diff
changeset
|
6 In order to provide scalability to Web services, database must have scalability. |
17
dfa2fd4658b2
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
3
diff
changeset
|
7 |
107
7a4d101fd452
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
73
diff
changeset
|
8 For study of scalable database, we are designing and developing a database Jungle which has non-destructive tree structure. |
7a4d101fd452
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
73
diff
changeset
|
9 Non-destructive tree structure dose not destruct the data when data editing by creating new tree. |
65 | 10 |
107
7a4d101fd452
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
73
diff
changeset
|
11 In this paper, we implemented persistent and distributed database on jungle. |
7a4d101fd452
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
73
diff
changeset
|
12 Distributed data on Jungle is developed by using Alice which is parallel distributed framework. |
7a4d101fd452
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
73
diff
changeset
|
13 We confirm the data distribution between the server nodes on Jungle with our cluster system. |
65 | 14 Also, we developed simple bulletinboard system with Jungle and key-value store database Cassandra. |
107
7a4d101fd452
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
73
diff
changeset
|
15 We compared response time of Jungle and Cassandra using simple bulletinboard. |
7a4d101fd452
Modified abstract
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
73
diff
changeset
|
16 As a result, Jungle got better performance than Cassandra. |
3
fc37b0330bdc
Modified master.sty and appendix.tex
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
17 |
fc37b0330bdc
Modified master.sty and appendix.tex
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
18 \end{abstract_eng} |