-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
35 lines (34 loc) · 2.09 KB
/
publications.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: default
title: Services
---
<section class="bg-dark">
<div class="text-center">
<h1>Publications</h1>
</div/
</section>
<section class="bg-white" id="publications">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-left">
<h2 class="text-center">International Conference with review</h2>
<ul>
<li>Takayuki Tanabe, Takashi Hoshino, Hideyuki Kawashima, Osamu Tatebe, "An Analysis of Concurrency Control Protocols for In-Memory Database with CCBench", http://www.vldb.org/pvldb/vol13/p3531-tanabe.pdf </li>
<li>Takayuki Tanabe, Hideyuki Kawashima, Osamu Tatebe, "Integration of Parallel Write Ahead Logging and Cicada Concurrency Control Method", Proceedings of the 2nd IEEE International Workshop on Big Data and IoT Security in Smart Computing, pp.291-296, doi: 10.1109/SMARTCOMP.2018.00018, 2018</li>
</ul>
<h2 class="text-center">Domestic Conference with review</h2>
<ul>
<li>田辺 敬之, 川島 英之, 建部 修見. 並行性制御法 Cicada と並列ログ先行書き込み法 P-WAL の結合. The 2nd. cross-disciplinary Workshop on Computing Systems, Infrastructures, and Programming (xSIG 2018). 2018. Outstanding B4 Student Award (OB4)</li>
</ul>
<h2 class="text-center">Domestic Conference with no review</h2>
<ul>
<li>田辺 敬之, 川島 英之, 建部 修見. 並行性制御法Cicadaの評価. 第10回データ工学と情報マネジメントに関するフォーラム (第16回日本データベース学会年次大会) (DEIM 2018), P4-1. 2018.</li>
</ul>
<h2 class="text-center">Domestic Event</h2>
<ul>
<li>データマネジメントのリアル 〜BtoB企業3社の歩みとこれから〜. https://speakerdeck.com/sansan_randd/challenges-and-future-of-cross-organizational-data-analytics-platform-at-sansan </li>
</ul>
</div>
</div>
</div>
</section>