Mercurial > hg > Papers > 2014 > nobuyasu-master
diff paper/abstract_eng.tex @ 17:dfa2fd4658b2
Modified abstract
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 21 Jan 2014 17:15:09 +0900 |
parents | fc37b0330bdc |
children | a7fbd5db80fb |
line wrap: on
line diff
--- a/paper/abstract_eng.tex Mon Jan 20 05:44:51 2014 +0900 +++ b/paper/abstract_eng.tex Tue Jan 21 17:15:09 2014 +0900 @@ -1,3 +1,19 @@ \begin{abstract_eng} +Recently, Smartphone and tablet pc are widely used, thereby Web services that handle large amounts of data are emerging. +It has caused the webserver is down. +Therefore, scalability is important software factor today. +Scalability in distributed system is able to increase performance linearly when just added new node to system. +In order to make provide scalability, we considered design of architecture. + +We are developing database Jungle. +It is use non-destructive tree structure. +Non-destructive tree structure is not the destruction of data. +Editing of data is done creating by new tree. +Jungle was designed as a distributed database. +But data distribution and persistent has not yet been implemented in the Jungle. + +In this paper, we develop distributed database on jungle for pursuit architecture with scalability. +Distributed data on Jungle is developing using parallel distributed framework Alice. +As a result, we confirmed that data is distributed between the server node. \end{abstract_eng}