Mercurial > hg > Papers > 2023 > matac-sigos
changeset 7:07b274fbdfda
update bib
author | matac42 <matac@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 15 Apr 2023 19:51:44 +0900 |
parents | cd057d7a1772 |
children | cbd1851698cc |
files | Paper/matac-bib.bib Paper/paper.aux Paper/paper.bbl Paper/paper.blg Paper/paper.log Paper/paper.pdf Paper/paper.synctex.gz Paper/paper.tex |
diffstat | 8 files changed, 45 insertions(+), 32 deletions(-) [+] |
line wrap: on
line diff
--- a/Paper/matac-bib.bib Sat Apr 15 18:52:04 2023 +0900 +++ b/Paper/matac-bib.bib Sat Apr 15 19:51:44 2023 +0900 @@ -91,4 +91,12 @@ journal = {情報処理学会システムソフトウェアとオペレーティング・システム研究会(OS)}, month = {May}, year = 2018 +} + +@misc{directory, + author = {又吉 雄斗,河野 真治(琉球大学)}, + title = {GearsOSにおけるinodeを用いたファイルシステムの構築}, + journal = {情報処理学会システムソフトウェアとオペレーティング・システム研究会(OS)}, + month = {May}, + year = 2022 } \ No newline at end of file
--- a/Paper/paper.aux Sat Apr 15 18:52:04 2023 +0900 +++ b/Paper/paper.aux Sat Apr 15 19:51:44 2023 +0900 @@ -38,6 +38,7 @@ \bibcite{xv6component}{10} \bibcite{xv6}{11} \bibcite{christie}{12} +\bibcite{directory}{13} \@writefile{toc}{\contentsline {section}{\numberline {7}\hskip 1zw{トランザクション}}{4}{}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {8}\hskip 1zw{スキーマレスな実装}}{4}{}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {9}\hskip 1zw{インデックス}}{4}{}\protected@file@percent }
--- a/Paper/paper.bbl Sat Apr 15 18:52:04 2023 +0900 +++ b/Paper/paper.bbl Sat Apr 15 19:51:44 2023 +0900 @@ -45,4 +45,7 @@ {河野 真治}\:分散フレームワーク Christie と分散木構造データベースJungle (2018). +\bibitem{directory} +又吉雄斗,河野真治(琉球大学)\:GearsOSにおけるinodeを用いたファイルシステムの構築 (2022). + \end{thebibliography}
--- a/Paper/paper.blg Sat Apr 15 18:52:04 2023 +0900 +++ b/Paper/paper.blg Sat Apr 15 19:51:44 2023 +0900 @@ -19,46 +19,46 @@ Warning--Missing required argument pages in xv6kernel Warning--there's no number and/or volumexv6component Warning--Missing required argument pages in xv6component -You've used 12 entries, +You've used 13 entries, 2334 wiz_defined-function locations, - 610 strings with 5492 characters, -and the built_in function-call counts, 1843 in all, are: -= -- 97 -> -- 71 + 613 strings with 5581 characters, +and the built_in function-call counts, 1988 in all, are: += -- 106 +> -- 80 < -- 0 -+ -- 27 -- -- 15 -* -- 114 -:= -- 282 -add.period$ -- 12 -call.type$ -- 12 ++ -- 30 +- -- 17 +* -- 120 +:= -- 303 +add.period$ -- 13 +call.type$ -- 13 change.case$ -- 0 chr.to.int$ -- 0 -cite$ -- 28 -duplicate$ -- 124 -empty$ -- 224 -format.name$ -- 16 -if$ -- 426 +cite$ -- 29 +duplicate$ -- 133 +empty$ -- 239 +format.name$ -- 18 +if$ -- 461 int.to.chr$ -- 0 -int.to.str$ -- 12 +int.to.str$ -- 13 missing$ -- 8 -newline$ -- 39 -num.names$ -- 12 -pop$ -- 39 +newline$ -- 42 +num.names$ -- 13 +pop$ -- 46 preamble$ -- 1 purify$ -- 0 quote$ -- 0 -skip$ -- 97 +skip$ -- 102 stack$ -- 0 substring$ -- 0 swap$ -- 0 -text.length$ -- 14 +text.length$ -- 16 text.prefix$ -- 0 top$ -- 0 type$ -- 0 warning$ -- 16 -while$ -- 12 -width$ -- 14 -write$ -- 82 -is.kanji.str$ -- 49 +while$ -- 13 +width$ -- 15 +write$ -- 88 +is.kanji.str$ -- 53 (There were 16 warnings)
--- a/Paper/paper.log Sat Apr 15 18:52:04 2023 +0900 +++ b/Paper/paper.log Sat Apr 15 19:51:44 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) 15 APR 2023 18:51 +This is e-pTeX, Version 3.141592653-p4.0.0-220214-2.6 (utf8.euc) (TeX Live 2022) (preloaded format=platex 2022.6.9) 15 APR 2023 19:03 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -3231,12 +3231,12 @@ ) Here is how much of TeX's memory you used: - 5096 strings out of 478724 - 81231 string characters out of 5858393 + 5097 strings out of 478724 + 81242 string characters out of 5858393 627481 words of memory out of 5000000 - 23498 multiletter control sequences out of 15000+600000 + 23499 multiletter control sequences out of 15000+600000 499135 words of font info for 160 fonts, out of 8000000 for 9000 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 (4 pages, 33512 bytes). +Output written on paper.dvi (4 pages, 33724 bytes).
--- a/Paper/paper.tex Sat Apr 15 18:52:04 2023 +0900 +++ b/Paper/paper.tex Sat Apr 15 19:51:44 2023 +0900 @@ -304,13 +304,14 @@ 個別にバックアップなどを取らない限り スキーマの変更以前にロールバックすることができない. しかしながら,実際運用する上でスキーマを変更することは多々ある. +これは,データの信頼性を低下させると考える. また,DB上のデータ構造とプログラム上で扱うデータ構造に差が生まれる インピーダンスミスマッチが発生し,DBのデータをプログラムが扱う際に その差を埋めるような変換を必要とする場合が生まれる. -これらは,データの信頼性を低下させると考える. よって今回は,スキーマレスなDBとしてのファイルシステムを実装することを考える. + \section{インデックス} \section{今後の課題} \section{まとめ}