-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhome_research.html
More file actions
167 lines (150 loc) · 8.47 KB
/
home_research.html
File metadata and controls
167 lines (150 loc) · 8.47 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<html><head>
<title>DBToaster - For Researchers</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://fortawesome.github.io/Font-Awesome/assets/font-awesome/css/font-awesome.css">
</head> <body>
<a name="pagetop"></a>
<div class="overallpage">
<div class="pagebody">
<div class="logobox">
<a href="index.html" ><img src="dbtoaster-logo.gif" width="214"
height="100" alt="DBToaster"/></a> </div>
<div class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="index.html" >Welcome to dbtoaster.org</a></li>
<li><a href="home_about.html" >Is DBToaster right for you?</a></li>
<li><a href="home_performance.html" >Performance</a></li>
<li><a href="home_features.html" >Features</a></li>
<li><a href="home_features.html#roadmap" ><small><i class="fa fa-caret-square-o-right"></i> Roadmap</small></a></li>
<li><a href="home_people.html" >The Team</a></li>
<li><a href="home_research.html" >For Researchers</a></li>
</ul>
</li>
<li class="dropdown">
<!--?php if(!isset($now_building_distro)) { ?-->
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Downloads <b class="caret"></b></a>
<!--?php } else { ?-->
<!--a href="#" class="dropdown-toggle" data-toggle="dropdown">License <b class="caret"></b></a-->
<!--?php } ?-->
<ul class="dropdown-menu">
<!--?php if(!isset($now_building_distro)) { ?-->
<li><a href="download.html" >Downloads</a></li>
<!--?php } ?-->
<li><a href="download.html#license" >License</a></li>
<li><a href="download.html#changelog" >Changelog</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="docs.html" >Installation</a></li>
<li><a href="docs_start.html" >Getting Started</a></li>
<li><a href="docs_architecture.html" >Architecture</a></li>
<li><a href="docs_compiler.html" >Command-Line Reference</a></li>
<li><a href="docs_compiler.html#options" ><small><i class="fa fa-caret-square-o-right"></i> Command-Line Options</small></a></li>
<li><a href="docs_compiler.html#languages" ><small><i class="fa fa-caret-square-o-right"></i> Supported Languages</small></a></li>
<li><a href="docs_compiler.html#opt_flags" ><small><i class="fa fa-caret-square-o-right"></i> Optimization Flags</small></a></li>
<li><a href="docs_sql.html" >DBToaster SQL Reference</a></li>
<li><a href="docs_stdlib.html" >DBToaster StdLib Reference</a></li>
<li><a href="docs_adaptors.html" >DBToaster Adaptors Reference</a></li>
<li><a href="docs_cpp.html" >C++ Code Generation</a></li>
<li><a href="docs_scala.html" >Scala Code Generation</a></li>
<li><a href="docs_java.html" >DBToaster in Java Programs</a></li>
<li><a href="docs_customadaptors.html" >Custom Adaptors</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contact <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="home_contact.html#inquiries" >Inquiries</a></li>
<li><a href="home_contact.html#mailing" >Mailing List</a></li>
<li><a href="bugs.html" >Bug Reports</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="contentwrapper">
<div class="content">
<div class="titlebox">For Researchers</div><a name="pubs"></a>
<h3>Publications</h3>
<ul>
<li><a href="http://www.dbtoaster.org/papers/pods2016-ivmcp.pdf">
Incremental View Maintenance for Collection Programming. </a><br/>
Christoph Koch, Daniel Lupei, and Val Tannen<br/>
Proc. PODS 2016, San Francisco, California.
</li>
<li><a href="http://www.dbtoaster.org/papers/sigmod2016-dbtoaster-batching_divm.pdf">
How to Win a Hot Dog Eating Contest: Distributed Incremental View Maintenance with Batch Updates. </a><br/>
Milos Nikolic, Mohammad Dashti, and Christoph Koch<br/>
Proc. SIGMOD 2016, San Francisco, California.
</li>
<!--li><a href="http://arxiv.org/pdf/1412.4320v1">
Incremental View Maintenance for Nested-Relational Databases. </a><br/>
Daniel Lupei, Christoph Koch, and Val Tannen<br/>
Under submission, 2014.
</li-->
<li><a href="http://www.dbtoaster.org/papers/2013-dbtoaster-report.pdf">DBToaster: Higher-order Delta Processing for Dynamic, Frequently Fresh Views. </a><br/>
Christoph Koch, Yanif Ahmad, Oliver Kennedy, Milos Nikolic, Andres Nötzli, Daniel Lupei, and Amir Shaikhha<br/>
Technical Report, 2013. (an extended version of our <a href="http://dx.doi.org/10.1007/s00778-013-0348-4">VLDBJ 2014 paper</a>)
</li>
<li><a href="http://www.dbtoaster.org/papers/2013-ring-report.pdf">Incremental Query Evaluation in a Ring of Databases. </a><br/>
Christoph Koch<br/>
Technical Report, 2013.
</li>
<li><a href="http://www.dbtoaster.org/papers/pvldb2012-dbtoaster.pdf">DBToaster: Higher-order Delta Processing for Dynamic, Frequently Fresh Views. </a><br/>
Yanif Ahmad, Oliver Kennedy, Christoph Koch, and Milos Nikolic<br/>
Proc. VLDB 2012, Istanbul, Turkey.
</li>
<li><a href="http://www.dbtoaster.org/papers/cidr2011-dbtoaster.pdf">DBToaster: Agile Views in a Dynamic Data Management System.</a><br/>
Oliver Kennedy, Yanif Ahmad and Christoph Koch<br/>
Proc. CIDR 2011, Monterey, California.
</li>
<li><a href="http://www.dbtoaster.org/papers/pods2010-ring.pdf">Incremental Query Evaluation in a Ring of Databases. </a><br/>
Christoph Koch<br/>
Proc. PODS 2010, Indianapolis, Indiana.
</li>
<li><a href="http://www.dbtoaster.org/papers/vldb2009-dbtoaster-demo.pdf">DBToaster: A SQL Compiler for High-Performance Delta Processing in Main-Memory Databases. </a><br/>
Yanif Ahmad and Christoph Koch<br/>
Proc. VLDB 2009, Demo paper.
</li>
</ul>
<a name="presentations"></a>
<h3>Presentations</h3>
<ul>
<li><b>Milos</b> at SIGMOD 2016: <a href="http://www.dbtoaster.org/papers/sigmod2016-dbtoaster-batching_divm-slides.pdf">How to Win a Hot Dog Eating Contest.</a></li>
<li><b>Milos</b> at EcoCloud 2013: <a href="http://www.dbtoaster.org/papers/ecocloud2013-dbtoaster-mn.pdf">DBToaster: Do It Fast, Do It Incrementally.</a></li>
<li><b>Oliver</b> at VLDB 2012: <a href="http://www.dbtoaster.org/papers/pvldb2012-dbtoaster-oak.pdf">Higher-Order Delta Processing for Dynamic, Frequently Fresh Views.</a></li>
<li><b>Yanif</b> at CIDR 2011: <a href="http://www.dbtoaster.org/papers/cidr2011-dbtoaster-yna.pptx">Agile Views in a Dynamic Data Management System.</a></li>
<li><b>Christoph</b> at the EPFL KTN Seminar: <a href="http://slideshot.epfl.ch/play/ktn_koch">Rethinking the Foundations of Databases</a></li>
<li><b>Christoph</b> at AKBC2010: <a href="http://videolectures.net/akbc2010_koch_fivm/">DBToaster</a></li>
</ul>
</div><!-- /content -->
</div><!-- /contentwrapper -->
</div><!-- /pagebody -->
<div class="footer">
<hr/>
<p>Copyright (c) 2009-2014, The DBToaster Consortium. All rights reserved.</p>
</div>
</div><!-- /overallpage -->
<div id="pageEndElem" style="padding: 0 20px;"></div>
<script type="text/javascript" src="js/jquery-2.0.3.min.js"> </script>
<script type="text/javascript" src="js/bootstrap.min.js"> </script>
</body>
</html>