# HG changeset patch # User Nobuyasu Oshiro # Date 1389448763 -32400 # Node ID d42d2acf5d1d78894bc12067582e6c214f94c4e0 # Parent fc37b0330bdcd53dd5ce20e9551f8045b4a87623 Added some tex files diff -r fc37b0330bdc -r d42d2acf5d1d paper/chapter1.tex --- a/paper/chapter1.tex Sat Jan 11 22:52:45 2014 +0900 +++ b/paper/chapter1.tex Sat Jan 11 22:59:23 2014 +0900 @@ -1,1 +1,2 @@ -\chapter{chapter1} +\chapter{既存の分散データベース} + diff -r fc37b0330bdc -r d42d2acf5d1d paper/chapter2.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper/chapter2.tex Sat Jan 11 22:59:23 2014 +0900 @@ -0,0 +1,5 @@ +\chapter{木構造データベースJungleの分散設計} +\section{木構造データベースJungle} +\section{Jungleの分散データベース設計} +\section{Jungleの永続性の設計} + diff -r fc37b0330bdc -r d42d2acf5d1d paper/chapter3.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper/chapter3.tex Sat Jan 11 22:59:23 2014 +0900 @@ -0,0 +1,7 @@ +\chapter{Jungleの分散実装} +\section{Jungleにおけるログ} +\section{並列分散フレームワークAlice} +\section{Aliceを用いての分散実装} +\section{ログのシリアライズ} +\section{AliceのTopologyManagerを用いてのデータ分散} +\section{Jungleの永続性の実装} diff -r fc37b0330bdc -r d42d2acf5d1d paper/chapter4.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper/chapter4.tex Sat Jan 11 22:59:23 2014 +0900 @@ -0,0 +1,5 @@ +\chapter{分散木構造データーベースJungleの評価} +\section{実験方法} +\section{実験環境} +\section{実験} +\section{実験結果} diff -r fc37b0330bdc -r d42d2acf5d1d paper/conclusion.tex --- a/paper/conclusion.tex Sat Jan 11 22:52:45 2014 +0900 +++ b/paper/conclusion.tex Sat Jan 11 22:59:23 2014 +0900 @@ -4,5 +4,6 @@ \section{今後の課題} -\subsection{Mergerの実装} - +\subsection{データ分割の実装} +\subsection{Mergerアルゴリズムの設計} +\subsection{Compactionの実装} diff -r fc37b0330bdc -r d42d2acf5d1d paper/master_paper.tex --- a/paper/master_paper.tex Sat Jan 11 22:52:45 2014 +0900 +++ b/paper/master_paper.tex Sat Jan 11 22:59:23 2014 +0900 @@ -78,7 +78,7 @@ %chapters \input{introduciton.tex} \input{chapter1.tex} -%\input{chapter2.tex} +\input{chapter2.tex} %\input{chapter3.tex} %\input{chapter4.tex} \input{conclusion.tex}