-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
241 lines (219 loc) · 13 KB
/
research.html
File metadata and controls
241 lines (219 loc) · 13 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Adriana Szekeres - Research Papers">
<title>Adriana Szekeres - Research Papers</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="container">
<h1>Adriana Szekeres</h1>
<p class="subtitle">Research Papers</p>
</div>
</header>
<nav>
<div class="container">
<a href="index.html">About</a>
<a href="research.html" class="active">Research Papers</a>
</div>
</nav>
<main class="container">
<section id="research">
<h2>Research Papers</h2>
<h3 class="year-heading">2026</h3>
<div class="papers-list">
<article class="paper">
<h3 class="paper-title">HoneyBee: Efficient Role-based Access Control for Vector Databases via Dynamic Partitioning</h3>
<p class="paper-authors">Hongbin Zhong, Matthew Lentz, Nina Narodytska, Adriana Szekeres, Kexin Rong</p>
<p class="paper-venue">SIGMOD, 2026</p>
<div class="paper-links">
<a href="https://doi.org/10.48550/arXiv.2505.01538" class="btn" target="_blank">PDF</a>
</div>
</article>
<article class="paper">
<h3 class="paper-title">Focus! Fast On-disk Concurrency-control Using Sketches</h3>
<p class="paper-authors">Deukyeon Hwang, Alex Conway, Carlos Garcia Alvaro, Juan Yuan, Naama Ben-David, Rob Johnson, Adriana Szekeres</p>
<p class="paper-venue">SIGMOD, 2026</p>
<div class="paper-links">
<a href="https://dl.acm.org/doi/10.1145/3769793" class="btn" target="_blank">PDF</a>
</div>
</article>
</div>
<h3 class="year-heading">2024</h3>
<div class="papers-list">
<article class="paper">
<h3 class="paper-title">Anvil: Verifying Liveness of Cluster Management Controllers</h3>
<p class="paper-authors">Xudong Sun, Wenjie Ma, Jiawei Tyler Gu, Zicheng Ma, Tej Chajed, Jon Howell, Andrea Lattuada, Oded Padon, Lalith Suresh, Adriana Szekeres, Tianyin Xu</p>
<p class="paper-venue">OSDI, 2024</p>
<div class="paper-links">
<a href="https://www.usenix.org/conference/osdi24/presentation/sun-xudong" class="btn" target="_blank">PDF</a>
</div>
</article>
<article class="paper">
<h3 class="paper-title">The FIDS Theorems: Tensions between Multinode and Multicore Performance in Transactional Systems</h3>
<p class="paper-authors">Naama Ben-David, Gal Sela, Adriana Szekeres</p>
<p class="paper-venue">HOPC@SPAA, 2024</p>
<div class="paper-links">
<a href="https://doi.org/10.1145/3670684.3673413" class="btn" target="_blank">PDF</a>
</div>
</article>
</div>
<h3 class="year-heading">2023</h3>
<div class="papers-list">
<article class="paper">
<h3 class="paper-title">The FIDS Theorems: Tensions Between Multinode and Multicore Performance in Transactional Systems</h3>
<p class="paper-authors">Naama Ben-David, Gal Sela, Adriana Szekeres</p>
<p class="paper-venue">DISC, 2023</p>
<div class="paper-links">
<a href="https://doi.org/10.4230/LIPIcs.DISC.2023.9" class="btn" target="_blank">PDF</a>
</div>
</article>
</div>
<h3 class="year-heading">2021</h3>
<div class="papers-list">
<article class="paper">
<h3 class="paper-title">PRISM: Rethinking the RDMA Interface for Distributed Systems</h3>
<p class="paper-authors">Matthew Burke, Sowmya Dharanipragada, Shannon Joyner, Adriana Szekeres, Jacob Nelson, Irene Zhang, Dan R. K. Ports</p>
<p class="paper-venue">SOSP, 2021</p>
<div class="paper-links">
<a href="https://doi.org/10.1145/3477132.3483587" class="btn" target="_blank">PDF</a>
</div>
</article>
<article class="paper">
<h3 class="paper-title">Matchmaker Paxos: A Reconfigurable Consensus Protocol</h3>
<p class="paper-authors">Michael J. Whittaker, Neil Giridharan, Adriana Szekeres, Joseph M. Hellerstein, Heidi Howard, Faisal Nawab, Ion Stoica</p>
<p class="paper-venue">Journal of Systems Research, 2021</p>
<div class="paper-links">
<a href="https://doi.org/10.5070/sr31154842" class="btn" target="_blank">PDF</a>
</div>
</article>
<article class="paper">
<h3 class="paper-title">SoK: A Generalized Multi-Leader State Machine Replication Tutorial</h3>
<p class="paper-authors">Michael J. Whittaker, Neil Giridharan, Adriana Szekeres, Joseph M. Hellerstein, Ion Stoica</p>
<p class="paper-venue">Journal of Systems Research, 2021</p>
<div class="paper-links">
<a href="https://doi.org/10.5070/sr31154817" class="btn" target="_blank">PDF</a>
</div>
</article>
<article class="paper">
<h3 class="paper-title">Scaling Replicated State Machines with Compartmentalization</h3>
<p class="paper-authors">Michael J. Whittaker, Ailidani Ailijiang, Aleksey Charapko, Murat Demirbas, Neil Giridharan, Joseph M. Hellerstein, Heidi Howard, Ion Stoica, Adriana Szekeres</p>
<p class="paper-venue">PVLDB, 2021</p>
<div class="paper-links">
<a href="http://www.vldb.org/pvldb/vol14/p2203-whittaker.pdf" class="btn" target="_blank">PDF</a>
</div>
</article>
</div>
<h3 class="year-heading">2020</h3>
<div class="papers-list">
<article class="paper">
<h3 class="paper-title">Meerkat: Multicore-Scalable Replicated Transactions Following the Zero-Coordination Principle</h3>
<p class="paper-authors">Adriana Szekeres, Michael J. Whittaker, Jialin Li, Naveen Kr. Sharma, Arvind Krishnamurthy, Dan R. K. Ports, Irene Zhang</p>
<p class="paper-venue">EuroSys, 2020</p>
<div class="paper-links">
<a href="https://doi.org/10.1145/3342195.3387529" class="btn" target="_blank">PDF</a>
</div>
</article>
<article class="paper">
<h3 class="paper-title">Securing RDMA for High-Performance Datacenter Storage Systems</h3>
<p class="paper-authors">Anna Kornfeld Simpson, Adriana Szekeres, Jacob Nelson, Irene Zhang</p>
<p class="paper-venue">HotCloud, 2020</p>
<div class="paper-links">
<a href="https://www.usenix.org/conference/hotcloud20/presentation/kornfeld-simpson" class="btn" target="_blank">PDF</a>
</div>
</article>
</div>
<h3 class="year-heading">2018</h3>
<div class="papers-list">
<article class="paper">
<h3 class="paper-title">Making Consistency More Consistent: A Unified Model for Coherence, Consistency and Isolation</h3>
<p class="paper-authors">Adriana Szekeres, Irene Zhang</p>
<p class="paper-venue">PaPoC@EuroSys, 2018</p>
<div class="paper-links">
<a href="https://doi.org/10.1145/3194261.3194268" class="btn" target="_blank">PDF</a>
</div>
</article>
</div>
<h3 class="year-heading">2017</h3>
<div class="papers-list">
<article class="paper">
<h3 class="paper-title">Geo-Distribution of Actor-Based Services</h3>
<p class="paper-authors">Philip A. Bernstein, Sebastian Burckhardt, Sergey Bykov, Natacha Crooks, Jose M. Faleiro, Gabriel Kliot, Alok Kumbhare, Muntasir Raihan Rahman, Vivek Shah, Adriana Szekeres, Jorgen Thelin</p>
<p class="paper-venue">OOPSLA, 2017</p>
<div class="paper-links">
<a href="https://doi.org/10.1145/3133931" class="btn" target="_blank">PDF</a>
</div>
</article>
<article class="paper">
<h3 class="paper-title">Building Consistent Transactions with Inconsistent Replication</h3>
<p class="paper-authors">Irene Zhang, Naveen Kr. Sharma, Adriana Szekeres, Arvind Krishnamurthy, Dan R. K. Ports</p>
<p class="paper-venue">ACM Transactions on Computer Systems, 2017</p>
<div class="paper-links">
<a href="https://doi.org/10.1145/3269981" class="btn" target="_blank">PDF</a>
</div>
</article>
<article class="paper">
<h3 class="paper-title">Recovering Shared Objects Without Stable Storage</h3>
<p class="paper-authors">Ellis Michael, Dan R. K. Ports, Naveen Kr. Sharma, Adriana Szekeres</p>
<p class="paper-venue">DISC, 2017</p>
<div class="paper-links">
<a href="https://doi.org/10.4230/LIPIcs.DISC.2017.36" class="btn" target="_blank">PDF</a>
</div>
</article>
</div>
<h3 class="year-heading">2016</h3>
<div class="papers-list">
<article class="paper">
<h3 class="paper-title">When Is Operation Ordering Required in Replicated Transactional Storage?</h3>
<p class="paper-authors">Irene Zhang, Naveen Kr. Sharma, Adriana Szekeres, Arvind Krishnamurthy, Dan R. K. Ports</p>
<p class="paper-venue">IEEE Data Engineering Bulletin, 2016</p>
<div class="paper-links">
<a href="http://sites.computer.org/debull/A16mar/p27.pdf" class="btn" target="_blank">PDF</a>
</div>
</article>
<article class="paper">
<h3 class="paper-title">Just Say NO to Paxos Overhead: Replacing Consensus with Network Ordering</h3>
<p class="paper-authors">Jialin Li, Ellis Michael, Naveen Kr. Sharma, Adriana Szekeres, Dan R. K. Ports</p>
<p class="paper-venue">OSDI, 2016</p>
<div class="paper-links">
<a href="https://www.usenix.org/conference/osdi16/technical-sessions/presentation/li" class="btn" target="_blank">PDF</a>
</div>
</article>
</div>
<h3 class="year-heading">2015</h3>
<div class="papers-list">
<article class="paper">
<h3 class="paper-title">Building Consistent Transactions with Inconsistent Replication</h3>
<p class="paper-authors">Irene Zhang, Naveen Kr. Sharma, Adriana Szekeres, Arvind Krishnamurthy, Dan R. K. Ports</p>
<p class="paper-venue">SOSP, 2015</p>
<div class="paper-links">
<a href="https://doi.org/10.1145/2815400.2815404" class="btn" target="_blank">PDF</a>
</div>
</article>
</div>
<h3 class="year-heading">2014</h3>
<div class="papers-list">
<article class="paper">
<h3 class="paper-title">Customizable and Extensible Deployment for Mobile/Cloud Applications</h3>
<p class="paper-authors">Irene Zhang, Adriana Szekeres, Dana Van Aken, Isaac Ackerman, Steven D. Gribble, Arvind Krishnamurthy, Henry M. Levy</p>
<p class="paper-venue">OSDI, 2014</p>
<div class="paper-links">
<a href="https://www.usenix.org/conference/osdi14/technical-sessions/presentation/zhang" class="btn" target="_blank">PDF</a>
</div>
</article>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2024 Adriana Szekeres. All rights reserved.</p>
<div class="footer-links">
<a href="https://github.com/aaasz" target="_blank">GitHub</a>
</div>
</div>
</footer>
</body>
</html>