Mercurial > hg > Papers > 2014 > nobuyasu-master
changeset 4:d42d2acf5d1d
Added some tex files
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 11 Jan 2014 22:59:23 +0900 |
parents | fc37b0330bdc |
children | a6aa6af4b80f |
files | paper/chapter1.tex paper/chapter2.tex paper/chapter3.tex paper/chapter4.tex paper/conclusion.tex paper/master_paper.tex |
diffstat | 6 files changed, 23 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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{既存の分散データベース} +
--- /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の永続性の設計} +
--- /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の永続性の実装}
--- /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{実験結果}
--- 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の実装}
--- 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}