# HG changeset patch # User matac42 # Date 1681693701 -32400 # Node ID 619ba13d06615335e10b7afa7d3cabdc9b325645 # Parent c0cdf7130bd8201a66cf285386683f9ee5512bed ... diff -r c0cdf7130bd8 -r 619ba13d0661 Paper/paper.aux --- a/Paper/paper.aux Mon Apr 17 09:42:47 2023 +0900 +++ b/Paper/paper.aux Mon Apr 17 10:08:21 2023 +0900 @@ -23,14 +23,14 @@ \newlabel{fig:TreeEdit}{{4}{3}} \@writefile{toc}{\contentsline {section}{\numberline {5}\hskip 1zw{ディスク上とメモリ上のデータ構造}}{3}{}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {6}\hskip 1zw{データのロールバックとバックアップ}}{3}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {7}\hskip 1zw{RedBlackTreeのトランザクション}}{4}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {8}\hskip 1zw{ファイルシステムにおけるスキーマ}}{4}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {9}\hskip 1zw{RedBlackTreeによる権限の表現}}{4}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {10}\hskip 1zw{まとめと今後の課題}}{4}{}\protected@file@percent } \citation{*} \bibstyle{ipsjunsrt} \bibdata{matac-bib} \bibcite{modelcheck}{1} -\@writefile{toc}{\contentsline {section}{\numberline {7}\hskip 1zw{RedBlackTreeのトランザクション}}{4}{}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {8}\hskip 1zw{ファイルシステムにおけるスキーマ}}{4}{}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {9}\hskip 1zw{RedBlackTreeによる権限の表現}}{4}{}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {10}\hskip 1zw{まとめと今後の課題}}{4}{}\protected@file@percent } \bibcite{cbcllvm}{2} \bibcite{cbc}{3} \bibcite{gears}{4} @@ -43,9 +43,8 @@ \bibcite{xv6}{11} \bibcite{christie}{12} \bibcite{directory}{13} -\@writefile{toc}{\contentsline {subsection}{\numberline {10.1}{ログなどの時系列データの保存}}{5}{}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.2}{スタンドアロンなDB}}{5}{}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.3}{インデックスの更新・作成}}{5}{}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.4}{データクエリ言語}}{5}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.1}{データクエリ言語}}{5}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.2}{ログなどの時系列データの保存}}{5}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.3}{スタンドアロンなDB}}{5}{}\protected@file@percent } \newlabel{ipsj@lastpage}{{}{5}} \gdef \@abspage@last{5} diff -r c0cdf7130bd8 -r 619ba13d0661 Paper/paper.log --- a/Paper/paper.log Mon Apr 17 09:42:47 2023 +0900 +++ b/Paper/paper.log Mon Apr 17 10:08:21 2023 +0900 @@ -1,4 +1,4 @@ -This is e-pTeX, Version 3.141592653-p4.0.0-220214-2.6 (utf8.euc) (TeX Live 2022) (preloaded format=platex 2022.6.9) 17 APR 2023 09:42 +This is e-pTeX, Version 3.141592653-p4.0.0-220214-2.6 (utf8.euc) (TeX Live 2022) (preloaded format=platex 2022.6.9) 17 APR 2023 10:07 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -3205,9 +3205,9 @@ (Font) Font shape `JT1/gt/m/n' tried instead on input line 372. LaTeX Font Info: Font shape `JY1/mc/bx/n' in size <9.61035> not available (Font) Font shape `JY1/gt/m/n' tried instead on input line 372. - (./paper.bbl + [4] (./paper.bbl LaTeX Font Info: Calculating math sizes for size <8.8711> on input line 1. - [4] + Underfull \hbox (badness 10000) in paragraph at lines 9--10 []\JY1/mc/m/n/8.8711 並列信頼研究室 []\OT1/cmr/m/n/8.8711 CbC, http://www.cr.ie.u- [] @@ -3243,4 +3243,4 @@ 929 hyphenation exceptions out of 8191 55i,10n,63p,294b,1365s stack positions out of 10000i,1000n,20000p,200000b,200000s -Output written on paper.dvi (5 pages, 40056 bytes). +Output written on paper.dvi (5 pages, 41540 bytes). diff -r c0cdf7130bd8 -r 619ba13d0661 Paper/paper.pdf Binary file Paper/paper.pdf has changed diff -r c0cdf7130bd8 -r 619ba13d0661 Paper/paper.synctex.gz Binary file Paper/paper.synctex.gz has changed diff -r c0cdf7130bd8 -r 619ba13d0661 Paper/paper.tex --- a/Paper/paper.tex Mon Apr 17 09:42:47 2023 +0900 +++ b/Paper/paper.tex Mon Apr 17 10:08:21 2023 +0900 @@ -369,13 +369,27 @@ また,今後の課題や議題として次のようなものが挙げられる. +\subsection{データクエリ言語} + +ユーザーやアプリケーションがDBのデータにアクセスするための言語設計を +する必要がある. +RedBlackTreeのキーを用いたインデックスに対応し, +従来のSQLと比較してより柔軟なクエリを実行できることを目指したい. + \subsection{ログなどの時系列データの保存} +時系列データは通常のデータと違った保存の方法を考えることができる. +時系列に並んでいることを生かしたデータの保存方式や, +時間経過に伴うデータの重要性の変化を考慮に入れたデータ圧縮の方法をとることで, +より効率的な保存が可能だと考える. + \subsection{スタンドアロンなDB} -\subsection{インデックスの更新・作成} - -\subsection{データクエリ言語} +MySQLやPostgreSQLなどはOSの機能としてではなく, +それ自体が一つのアプリケーションとして自立的に動作している. +自立的に動作するのは,データのポータビリティを向上させるためである. +スタンドアロンなDBの形にするか, +その他の方法でポータビリティを向上させる手法を考えたい. \nocite{*}