-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
executable file
·276 lines (254 loc) · 11.4 KB
/
index.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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Xinjing Zhou</title>
<meta name="author" content="Xinjing Zhou">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" type="image/png" href="images/mit_icon.png">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-83WM3KFH77"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-83WM3KFH77');
</script>
<body>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p style="text-align:center">
<name>Xinjing Zhou(周信静)</name>
</p>
<p>I am a 4th-year PhD student at <a href="http://dsg.csail.mit.edu/">MIT DSG</a> advised by Mike Stonebraker.
</p>
<p>
I am generally interested in building high-performance DBMS. My current research focuses on co-designing DBMS with the operating system using virtualization techniques and modern high-performance networking stacks.
I received my M.Eng. in Computer Science in 2020 from Zhejiang University where I was advised by Ke Chen and Lidan Shou. Before that, I received my B.Eng. in Software Engineering in 2017 from Hangzhou Dianzi University.
</p>
<p style="text-align:center">
<a href="mailto:[email protected]">Email</a>  / 
<!-- <a href="data/JonBarron-CV.pdf">CV</a>  /  -->
<!-- <a href="data/JonBarron-bio.txt">Bio</a>  /  -->
<a href="https://scholar.google.com/citations?hl=en&user=8NHgb2AAAAAJ">Google Scholar</a>  / 
<a href="https://twitter.com/XinjingC">Twitter</a>  / 
<a href="https://www.linkedin.com/in/xinjing-zhou-0a1a40a3/">Linkedin</a>  / 
<a href="https://github.com/zxjcarrot/">Github</a>
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%">
<img style="width:100%;max-width:100%" alt="profile photo" src="images/portrait.jpg" class="hoverZoomLink">
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;padding-top:5px;">
<heading>Publications</heading>
</td>
</tr>
<tr>
<td style="padding:20px; padding-top:5px; width:75%;vertical-align:middle">
<a href="files/libdbos_SIGMOD25.pdf">
<papertitle>Practical DB-OS Co-Design with Privileged Kernel Bypass
</papertitle>
</a>
<br>
<strong> Xinjing Zhou</strong>, Viktor Leis, Jinming Hu, Xiangyao Yu, Michael Stonebraker
<br>
To appear at SIGMOD 25.
<br>
<p></p>
</td>
</tr>
<tr>
<td style="padding:20px; padding-top:5px; width:75%;vertical-align:middle">
<a href="https://www.vldb.org/cidrdb/papers/2025/p17-zhou.pdf">
<papertitle>OLTP Through the Looking Glass 16 Years Later: Communication is the New Bottleneck
</papertitle>
</a>
<br>
<strong> Xinjing Zhou</strong>, Viktor Leis, Xiangyao Yu, Michael Stonebraker
<br>
To appear at CIDR 25.
<br>
<p></p>
</td>
</tr>
<tr>
<td style="padding:20px; padding-top:5px; width:75%;vertical-align:middle">
<a href="https://doi.org/10.1145/3639286">
<papertitle>Towards Buffer Management with Tiered Main Memory
</papertitle>
</a>
<br>
Xiangpeng Hao, <strong> Xinjing Zhou</strong>, Xiangyao Yu, Michael Stonebraker
<br>
Proceedings of the ACM on Management of Data, 2024, Volume 2, Issue 1, pp 1–26
<br>
<p></p>
</td>
</tr>
<tr>
<td style="padding:20px; padding-top:5px; width:75%;vertical-align:middle">
<a href="https://dl.acm.org/doi/10.14778/3611479.3611484">
<papertitle>Epoxy: ACID Transactions across Diverse Data Stores
</papertitle>
</a>
<br>
Peter Kraft, Qian Li, <strong> Xinjing Zhou</strong>, Peter Bailis, Michael Stonebraker, Matei Zaharia, Xiangyao Yu
<br>
Proceedings of the VLDB Endowment, 2023, Volume 16, Issue 11, pp 2742–2754
<br>
<p></p>
</td>
</tr>
<tr>
<td style="padding:20px; padding-top:5px; width:75%;vertical-align:middle">
<a href="https://www.cidrdb.org/cidr2023/papers/p57-zhou.pdf">
<papertitle>Two is Better Than One: The Case for 2-Tree for Skewed Data Sets
</papertitle>
</a>
<br>
<strong>Xinjing Zhou</strong>,
<a href="https://pages.cs.wisc.edu/~yxy">Xiangyao Yu</a>,
<a href="https://research.google/people/105119">Goetz Graefe</a>,
<a href="https://www.csail.mit.edu/person/michael-stonebraker">Michael Stonebraker</a>
<br>
Proceedings of The Conference on Innovative Data Systems Research (CIDR), January 2023.
<br>
<a href="https://youtu.be/8e8KMnGKHwE">video</a> /
<a href="https://github.com/zxjcarrot/2-Tree">code</a> /
<a href="https://www.cidrdb.org/cidr2023/slides/p57-zhou-slides.pdf">slides</a>
<p></p>
</td>
</tr>
<tr>
<td style="padding:20px; padding-top:5px; width:75%;vertical-align:middle">
<a href="https://www.vldb.org/pvldb/vol15/p2939-zhou.pdf">
<papertitle>Lotus: Scalable Multi-Partition Transactions on Single-Threaded Partitioned Databases
</papertitle>
</a>
<br>
<strong>Xinjing Zhou</strong>,
<a href="https://pages.cs.wisc.edu/~yxy">Xiangyao Yu</a>,
<a href="https://research.google/people/105119">Goetz Graefe</a>,
<a href="https://www.csail.mit.edu/person/michael-stonebraker">Michael Stonebraker</a>
<br>
Proceedings of the <b>VLDB</b> Endowment, 2022
<br>
<a href="https://github.com/DBOS-project/lotus">code</a>/
<a href="https://drive.google.com/file/d/13aPGvpL2C0X7EnQEuwTCQVZjw-UltJX0/view?usp=sharing">slides</a>
<p></p>
</td>
</tr>
<tr>
<td style="padding:20px; padding-top:5px; width:75%;vertical-align:middle">
<a href="https://dl.acm.org/doi/10.1145/3448016.3452819">
<papertitle>Spitfire: A Three-Tier Buffer Manager for Volatile and Non-Volatile Memory
</papertitle>
</a>
<br>
<strong>Xinjing Zhou</strong>,
<a href="https://faculty.cc.gatech.edu/~jarulraj/">Joy Arulraj</a>,
<a href="https://www.cs.cmu.edu/~pavlo/">Andy Pavlo</a>,
<a href="https://www.linkedin.com/in/davidcohen7/">David Cohen</a>
<br>
Proceedings of the <b>SIGMOD</b>, 2021
<br>
<a href="https://www.bilibili.com/video/BV1Y54y1L7E9/">video</a> /
<a href="https://github.com/zxjcarrot/spitfire">code</a>
<p></p>
</td>
</tr>
<tr>
<td style="padding:20px;padding-top:5px;width:75%;vertical-align:middle">
<a href="https://dl.acm.org/doi/10.14778/3372716.3372717">
<papertitle>DPTree: Differential Indexing for Persistent Memory
</papertitle>
</a>
<br>
<strong>Xinjing Zhou</strong>,
Lidan Shou,
Ke Chen,
Wei Hu,
Gang Chen
<br>
Proceedings of the <b>VLDB</b> Endowment, 2020
<br>
<a href="https://www.bilibili.com/video/BV1sa4y1J76f/">video</a> /
<a href="https://github.com/zxjcarrot/dptree-code">code</a>
<p></p>
</td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellpadding="5"><tbody>
<tr><td style="padding:20px;padding-top:5px;width:100%;vertical-align:middle">
<heading>Industry Experiences</heading>
</td>
</tr></tbody></table>
<table width="100%" align="center" border="0" cellpadding="5"><tbody>
<tr><td style="padding:20px;padding-top:5px;width:100%;vertical-align:middle">
<a href="https://www.dolphindb.com/"><papertitle>DolphinDB, Inc.</papertitle></a>
<p>Senior Software Engineer | 03/2021 - 09/2021, Hangzhou, China</p>
Designing and implementing a new time-series storage engine of DolphinDB for IoT and financial applications.
</td>
</tr></tbody></table>
<table width="100%" align="center" border="0" cellpadding="5"><tbody>
<tr><td style="padding:20px;padding-top:5px;width:100%;vertical-align:middle">
<a href="https://www.tencent.com/"><papertitle>Tencent</papertitle></a>
<p>Software Engineer | 03/2020 - 03/2021, Shanghai, China</p>
Working on kernels of CynosDB/CDB (MySQL fork).
</td>
</tr></tbody></table>
<table width="100%" align="center" border="0" cellpadding="5"><tbody>
<tr><td style="padding:20px;padding-top:5px;width:100%">
<heading>Internships</heading>
</td>
</tr></tbody></table>
<table width="100%" align="center" border="0" cellpadding="5"><tbody>
<tr><td style="padding:20px;padding-top:5px;width:100%;vertical-align:middle">
<a href="https://www.alibaba.com/"><papertitle>Alibaba</papertitle></a>
<p>Software Engineer Intern | 08/2019 - 09/2019, Hangzhou, China</p>
Working on the DPTree project.
</td>
</tr></tbody></table>
<table width="100%" align="center" border="0" cellpadding="20"><tbody>
<tr><td style="padding:20px;padding-top:5px;width:100%;vertical-align:middle">
<a href="https://www.dolphindb.com/"><papertitle>DolphinDB, Inc.</papertitle></a>
<p>Software Engineer Intern | 05/2017 - 01/2019, Hangzhou, China</p>
</td>
</tr></tbody></table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"><tbody>
<tr>
<td>
<heading>Services</heading>
<p>
<li>
External reviewer for SIGMOD 2021, VLDB 2021
</li>
<li>
External reviewer for VLDBJ 2022.
</li>
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:0px">
<br><br>
<p style="text-align:right;font-size:small;">
Template from <a href="https://github.com/jonbarron/jonbarron_website">jonbarron.</a>
</p>
</td></tr>
</tbody></table>
</td>
</tr>
</table>
</body>
</html>