-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary-short.bib
18977 lines (16785 loc) · 518 KB
/
library-short.bib
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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{Abad2012,
author = {Abad, Cristina L and others},
journal = {IISWC},
title = {{A storage-centric analysis of MapReduce workloads: File popularity, temporal locality and arrival patterns}},
year = {2012}
}
@article{Abadi2006,
author = {Abadi, Daniel J and Madden, Samuel and Ferreira, Miguel},
journal = {SIGMOD},
title = {{Integrating Compression and Execution in Column-oriented Database Systems}},
url = {http://doi.acm.org/10.1145/1142473.1142548},
year = {2006}
}
@article{Abadi2007,
author = {Abadi, Daniel J. and others},
journal = {VLDB},
title = {{Scalable semantic web data management using vertical partitioning}},
url = {http://dl.acm.org/citation.cfm?id=1325900},
year = {2007}
}
@article{Abadi2007a,
author = {Abadi, Daniel J. and others},
journal = {ICDE},
title = {{Materialization Strategies in a Column-Oriented DBMS}},
url = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4221695},
year = {2007}
}
@phdthesis{Abadi2008,
author = {Abadi, Daniel J},
title = {{Query execution in column-oriented database systems}},
url = {http://dspace.mit.edu/handle/1721.1/43043},
year = {2008}
}
@article{Abadi2008a,
author = {Abadi, Daniel J and Madden, Samuel and Hachem, Nabil},
journal = {SIGMOD},
title = {{Column-stores vs. row-stores: how different are they really?}},
url = {https://doi.org/10.1145/1376616.1376712},
year = {2008}
}
@article{Abadi2009,
author = {Abadi, Daniel J and Boncz, Peter A and Harizopoulos, Stavros},
journal = {PVLDB},
number = {2},
pages = {1664-1665},
title = {{Column-oriented Database Systems}},
url = {http://dl.acm.org/citation.cfm?id=1687553.1687625},
volume = {2},
year = {2009}
}
@article{Abadi2013,
author = {Abadi, Daniel J and others},
journal = {Found. Trends Databases},
number = {3},
pages = {197-280},
title = {{The Design and Implementation of Modern Column-Oriented Database Systems}},
url = {http://dx.doi.org/10.1561/1900000024},
volume = {5},
year = {2013}
}
@article{Abadi2019,
author = {Abadi, Daniel and others},
journal = {SIGMOD Rec.},
number = {4},
pages = {44-53},
title = {{The Seattle Report on Database Research}},
url = {https://doi.org/10.1145/3385658.3385668},
volume = {48},
year = {2019}
}
@article{Abouzied2012,
author = {Abouzied, Azza and Hellerstein, Joseph M. and Silberschatz, Avi},
journal = {PVLDB},
number = {12},
pages = {1938-1941},
title = {{Playful Query Specification with DataPlay}},
url = {http://vldb.org/pvldb/vol5/p1938_azzaabouzied_vldb2012.pdf},
volume = {5},
year = {2012}
}
@article{Abouzied2013,
author = {Abouzied, Azza and Abadi, Daniel J and Silberschatz, Avi},
journal = {EDBT},
title = {{Invisible loading: access-driven data transfer from raw files into database systems}},
url = {http://doi.acm.org/10.1145/2452376.2452377},
year = {2013}
}
@article{Abraham2010,
author = {Abraham, Michael},
journal = {Flash Memory Summit},
title = {{NAND Flash Trends for SSD/Enterprise}},
url = {http://www.bswd.com/FMS10/FMS10-Abraham.pdf},
year = {2010}
}
@article{Abrams2017,
author = {Abrams, Rachel},
journal = {The New York Times},
title = {{Google Thinks I'm Dead}},
url = {https://www.nytimes.com/2017/12/16/business/google-thinks-im-dead.html},
year = {2017}
}
@article{Absalyamov2016,
author = {Absalyamov, Ildar and others},
journal = {DAMON},
title = {{FPGA-accelerated group-by aggregation using synchronizing caches}},
url = {https://doi.org/10.1145/2933349.2933360},
year = {2016}
}
@article{Absalyamov2018,
author = {Absalyamov, Ildar and Carey, Michael J and Tsotras, Vassilis J},
journal = {SIGMOD},
title = {{Lightweight Cardinality Estimation in LSM-based Systems}},
year = {2018}
}
@article{Abu-Libdeh2020,
author = {Abu-Libdeh, Hussam and others},
journal = {Proceedings of the Workshop on ML for Systems at NeurIPS},
title = {{Learned Indexes for a Google-scale Disk-based Database}},
url = {http://mlforsystems.org/assets/papers/neurips2020/learned_abu-libdeh_2020.pdf},
year = {2020}
}
@article{Acar2015,
author = {Acar, Umut A and Charguéraud, Arthur and Rainey, Mike},
journal = {SC},
title = {{A work-efficient algorithm for parallel unordered depth-first search}},
url = {https://doi.org/10.1145/2807591.2807651},
year = {2015}
}
@article{Achakeev2013,
author = {Achakeev, Daniar and Seeger, Bernhard},
journal = {PVLDB},
number = {14},
pages = {1834-1845},
title = {{Efficient Bulk Updates on Multiversion B-trees}},
url = {http://www.vldb.org/pvldb/vol6/p1834-achakeev.pdf},
volume = {6},
year = {2013}
}
@article{Acharya1999,
author = {Acharya, Swarup and others},
journal = {SIGMOD},
title = {{The Aqua Approximate Query Answering System}},
url = {http://doi.acm.org/10.1145/304182.304581},
year = {1999}
}
@article{Adelson-Velsky1962,
author = {Adelson-Velsky, Georgy and Landis, Evgenii},
journal = {Proceedings of the USSR Academy of Sciences},
pages = {263-266},
title = {{An algorithm for the organization of information}},
volume = {146},
year = {1962}
}
@article{Adnan2022,
author = {Adnan, T M Tariq and others},
journal = {Soc. Netw. Anal. Min.},
number = {1},
pages = {37},
title = {{UACD: A Local Approach for Identifying the Most Influential Spreaders in Twitter in a Distributed Environment}},
url = {https://doi.org/10.1007/s13278-022-00862-3},
volume = {12},
year = {2022}
}
@article{Afrati2011,
author = {Afrati, Foto N. and Ullman, Jeffrey D.},
journal = {TKDE},
number = {9},
pages = {1282-1298},
title = {{Optimizing multiway joins in a map-reduce environment}},
url = {http://dl.acm.org/citation.cfm?id=2015836.2015849},
volume = {23},
year = {2011}
}
@article{Agarwal2012,
author = {Agarwal, Sameer and others},
journal = {PVLDB},
number = {12},
pages = {1902-1905},
title = {{Blink and it's done: interactive queries on very large data}},
url = {http://dl.acm.org/citation.cfm?id=2367502.2367533},
volume = {5},
year = {2012}
}
@article{Agarwal2013,
author = {Agarwal, Sameer and others},
journal = {EuroSys},
title = {{BlinkDB: Queries with Bounded Errors and Bounded Response Times on Very Large Data}},
url = {http://dl.acm.org/citation.cfm?id=2465351.2465355},
year = {2013}
}
@article{Agarwal2021,
author = {Agarwal, Archita and others},
journal = {PVLDB},
number = {4},
pages = {958-970},
title = {{Retrofitting GDPR Compliance onto Legacy Databases}},
url = {https://www.vldb.org/pvldb/vol15/p958-george.pdf},
volume = {15},
year = {2021}
}
@article{Aggarwal1988,
author = {Aggarwal, Alok and Vitter, Jeffrey Scott},
journal = {CACM},
number = {9},
pages = {1116-1127},
title = {{The Input/Output Complexity of Sorting and Related Problems}},
url = {http://doi.acm.org/10.1145/48529.48535},
volume = {31},
year = {1988}
}
@article{Agrawal2000,
author = {Agrawal, Sanjay and Chaudhuri, Surajit and Narasayya, Vivek R.},
journal = {VLDB},
title = {{Automated Selection of Materialized Views and Indexes in SQL Databases}},
url = {http://dl.acm.org/citation.cfm?id=645926.671701},
year = {2000}
}
@article{Agrawal2002,
author = {Agrawal, Rakesh and others},
journal = {VLDB},
title = {{Hippocratic Databases}},
year = {2002}
}
@article{Agrawal2004,
author = {Agrawal, Sanjay and others},
journal = {VLDB},
title = {{Database Tuning Advisor for Microsoft SQL Server 2005}},
year = {2004}
}
@article{Agrawal2004a,
author = {Agrawal, Sanjay and Narasayya, Vivek R. and Yang, Beverly},
journal = {SIGMOD},
title = {{Integrating Vertical and Horizontal Partitioning into Automated Physical Database Design}},
url = {http://dl.acm.org/citation.cfm?id=1007568.1007609},
year = {2004}
}
@article{Agrawal2008,
author = {Agrawal, Nitin and others},
journal = {ATC},
title = {{Design Tradeoffs for SSD Performance}},
url = {http://dl.acm.org/citation.cfm?id=1404019},
year = {2008}
}
@article{Agrawal2008a,
author = {Agrawal, Jagrati and others},
journal = {SIGMOD},
title = {{Efficient pattern matching over event streams}},
url = {http://dl.acm.org/citation.cfm?id=1376616.1376634},
year = {2008}
}
@article{Agrawal2009,
author = {Agrawal, Devesh and others},
journal = {PVLDB},
number = {1},
pages = {361-372},
title = {{Lazy-Adaptive Tree: An Optimized Index Structure for Flash Devices}},
url = {http://dl.acm.org/citation.cfm?id=1687669},
volume = {2},
year = {2009}
}
@article{Agrawal2011,
author = {Agrawal, Divyakant and Das, Sudipto and El Abbadi, Amr},
journal = {EDBT},
title = {{Big Data and Cloud Computing: Current State and Future Opportunities}},
year = {2011}
}
@article{Aguilera2019,
author = {Aguilera, Marcos K and others},
journal = {HotOS},
title = {{Designing Far Memory Data Structures: Think Outside the Box}},
url = {https://doi.org/10.1145/3317550.3321433},
year = {2019}
}
@article{Ahmad2015,
author = {Ahmad, Muhammad Yousuf and Kemme, Bettina},
journal = {PVLDB},
number = {8},
pages = {850-861},
title = {{Compaction management in distributed key-value datastores}},
url = {http://www.vldb.org/pvldb/vol8/p850-ahmad.pdf},
volume = {8},
year = {2015}
}
@article{Ahmed2004,
author = {Ahmed, Elias and Rose, Jonathan},
journal = {IEEE VLSI Systems},
number = {3},
pages = {288-298},
title = {{The effect of LUT and cluster size on deep-submicron FPGA performance and density}},
url = {https://doi.org/10.1109/TVLSI.2004.824300},
volume = {12},
year = {2004}
}
@article{Ahn2016,
author = {Ahn, Jung-Sang and others},
journal = {TC},
number = {3},
pages = {902-915},
title = {{ForestDB: A Fast Key-Value Storage System for Variable-Length String Keys}},
url = {https://doi.org/10.1109/TC.2015.2435779},
volume = {65},
year = {2016}
}
@article{Ailamaki1999,
author = {Ailamaki, Anastasia and others},
journal = {VLDB},
title = {{DBMSs on a modern processor: Where does time go?}},
url = {http://128.105.2.28/pub/techreports/1999/TR1394.pdf},
year = {1999}
}
@article{Ailamaki2001,
author = {Ailamaki, Anastasia and others},
journal = {VLDB},
title = {{Weaving Relations for Cache Performance}},
url = {http://dl.acm.org/citation.cfm?id=645927.672367},
year = {2001}
}
@article{Ailamaki2002,
author = {Ailamaki, Anastassia and DeWitt, David J and Hill, Mark D},
journal = {VLDBJ},
number = {3},
pages = {198-215},
title = {{Data Page Layouts for Relational Databases on Deep Memory Hierarchies}},
url = {https://doi.org/10.1007/s00778-002-0074-9},
volume = {11},
year = {2002}
}
@article{Ailamaki2014,
author = {Ailamaki, Anastasia and others},
journal = {ICDE},
title = {{How to stop under-utilization and love multicores}},
url = {https://doi.org/10.1109/ICDE.2015.7113419},
year = {2014}
}
@book{Ailamaki2017,
author = {Ailamaki, Anastasia and others},
publisher = {Morgan {\&} Claypool Publishers},
title = {{Databases on Modern Hardware: How to Stop Underutilization and Love Multicores}},
url = {https://doi.org/10.2200/S00774ED1V01Y201704DTM045},
year = {2017}
}
@article{Ajtai2002,
author = {Ajtai, Miklós and others},
journal = {STOC},
title = {{Approximate counting of inversions in a data stream}},
url = {https://doi.org/10.1145/509907.509964},
year = {2002}
}
@article{Akdere2012,
author = {Akdere, Mert and others},
journal = {ICDE},
title = {{Learning-based Query Performance Modeling and Prediction}},
url = {http://dx.doi.org/10.1109/ICDE.2012.64},
year = {2012}
}
@article{Akel2011,
author = {Akel, Ameen and others},
journal = {HotStorage},
title = {{Onyx: A Protoype Phase Change Memory Storage Array}},
year = {2011}
}
@article{Aken2017,
author = {Aken, Dana Van and others},
journal = {SIGMOD},
title = {{Automatic Database Management System Tuning Through Large-scale Machine Learning}},
url = {http://doi.acm.org/10.1145/3035918.3064029},
year = {2017}
}
@article{Aken2021,
author = {Aken, Dana Van and others},
journal = {PVLDB},
number = {7},
pages = {1241-1253},
title = {{An Inquiry into Machine Learning-based Automatic Configuration Tuning Services on Real-World Database Management Systems}},
url = {http://www.vldb.org/pvldb/vol14/p1241-aken.pdf},
volume = {14},
year = {2021}
}
@article{Akidau2015,
author = {Akidau, Tyler and others},
journal = {PVLDB},
number = {12},
pages = {1792-1803},
title = {{The Dataflow Model: A Practical Approach to Balancing Correctness, Latency, and Cost in Massive-Scale, Unbounded, Out-of-Order Data Processing}},
volume = {8},
year = {2015}
}
@article{Al-Mamun2020,
author = {Al-Mamun, Abdullah and Wu, Hao and Aref, Walid G},
journal = {SIGSPATIAL},
title = {{A Tutorial on Learned Multi-dimensional Indexes}},
url = {https://doi.org/10.1145/3397536.3426358},
year = {2020}
}
@article{Alabed2021,
author = {Alabed, Sami and Yoneki, Eiko},
journal = {EuroMLsys},
title = {{High-Dimensional Bayesian Optimization with Multi-Task Learning for RocksDB}},
url = {https://doi.org/10.1145/3437984.3458841},
year = {2021}
}
@article{Alagiannis2010,
author = {Alagiannis, Ioannis and others},
journal = {SIGMOD},
title = {{An automated, yet interactive and portable DB designer}},
url = {http://dl.acm.org/citation.cfm?id=1807167.1807314},
year = {2010}
}
@article{Alagiannis2012,
author = {Alagiannis, Ioannis and others},
journal = {PVLDB},
number = {12},
pages = {1942-1945},
title = {{NoDB in action: adaptive query processing on raw data}},
url = {http://dl.acm.org/citation.cfm?id=2367502.2367543},
volume = {5},
year = {2012}
}
@article{Alagiannis2013,
author = {Alagiannis, Ioannis and Athanassoulis, Manos and Ailamaki, Anastasia},
journal = {Proceedings of the DBTest},
title = {{Scaling up analytical queries with column-stores}},
url = {dl.acm.org/citation.cfm?id=2479440.2479446},
year = {2013}
}
@article{Alagiannis2014,
author = {Alagiannis, Ioannis and Idreos, Stratos and Ailamaki, Anastasia},
journal = {SIGMOD},
title = {{H2O: A Hands-free Adaptive Store}},
url = {http://dl.acm.org/citation.cfm?id=2588555.2610502},
year = {2014}
}
@article{Alagiannis2015,
author = {Alagiannis, Ioannis and others},
journal = {CACM},
title = {{NoDB: Efficient Query Execution on Raw Data Files}},
url = {http://dl.acm.org/citation.cfm?id=2213836.2213864},
year = {2015}
}
@article{Alamoudi2015,
author = {Alamoudi, Abdullah A. and others},
journal = {CIKM},
title = {{External Data Access And Indexing In AsterixDB}},
year = {2015}
}
@article{Albab2023,
author = {Albab, Kinan Dak and others},
journal = {OSDI},
title = {{K9db: Privacy-Compliant Storage For Web Applications By Construction}},
url = {https://www.usenix.org/conference/osdi23/presentation/albab},
year = {2023}
}
@article{Albert2001,
author = {Albert, Réka and Barabási, Albert-László},
journal = {CoRR},
title = {{Statistical mechanics of complex networks}},
url = {http://arxiv.org/abs/cond-mat/0106096},
volume = {cond-mat/0},
year = {2001}
}
@article{Albutiu2012,
author = {Albutiu, Martina-Cezara and Kemper, Alfons and Neumann, Thomas},
journal = {PVLDB},
number = {10},
pages = {1064-1075},
title = {{Massively Parallel Sort-Merge Joins in Main Memory Multi-Core Database Systems}},
url = {http://vldb.org/pvldb/vol5/p1064_martina-cezaraalbutiu_vldb2012.pdf},
volume = {5},
year = {2012}
}
@article{Alexander2005,
author = {Alexander, Nicole and others},
journal = {Oracle White Paper},
title = {{RDF Data Model in Oracle}},
url = {http://download.oracle.com/otndocs/tech/semantic_web/pdf/w3d_rdf_data_model.pdf},
year = {2005}
}
@article{Alexiou2013,
author = {Alexiou, Karolina and Kossmann, Donald and Larson, Per-Åke},
journal = {PVLDB},
number = {14},
pages = {1714-1725},
title = {{Adaptive Range Filters for Cold Data: Avoiding Trips to Siberia}},
url = {http://www.vldb.org/pvldb/vol6/p1714-kossmann.pdf},
volume = {6},
year = {2013}
}
@article{Ali2014,
author = {Ali, Waleed and Sulaiman, Sarina and Ahmad, Norbahiah},
journal = {International Journal of Advances in Soft Computing and Its Applications},
number = {1},
title = {{Performance improvement of least-recently-used policy in web proxy cache replacement using supervised machine learning}},
volume = {6},
year = {2014}
}
@article{Alkowaileet2020,
author = {Alkowaileet, Wail Y. and Alsubaiee, Sattam and Carey, Michael J.},
journal = {PVLDB},
number = {9},
pages = {1388-1400},
title = {{An LSM-based Tuple Compaction Framework for Apache AsterixDB}},
url = {http://www.vldb.org/pvldb/vol13/p1388-alkowaileet.pdf},
volume = {13},
year = {2020}
}
@article{Allen1983,
author = {Allen, John R. and others},
journal = {POPL},
title = {{Conversion of Control Dependence to Data Dependence}},
url = {http://doi.acm.org/10.1145/567067.567085},
year = {1983}
}
@article{Almeida2007,
author = {Almeida, Paulo Sérgio and others},
journal = {Information Processing Letters},
number = {6},
pages = {255-261},
title = {{Scalable Bloom Filters}},
url = {http://dl.acm.org/citation.cfm?id=1224252.1224501},
volume = {101},
year = {2007}
}
@article{Alonso2016,
author = {Alonso, Gustavo},
journal = {EDBT},
title = {{Data Processing in Modern Hardware}},
url = {http://dx.doi.org/10.5441/002/edbt.2016.03},
year = {2016}
}
@article{Alonso2017,
author = {Alonso, Gustavo and Blott, Michaela and Teubner, Jens},
journal = {Dagstuhl Reports},
number = {3},
pages = {1-18},
title = {{Databases on Future Hardware (Dagstuhl Seminar 17101)}},
url = {https://doi.org/10.4230/DagRep.7.3.1},
volume = {7},
year = {2017}
}
@article{Alonso2020,
author = {Alonso, Gustavo and others},
journal = {CIDR},
title = {{Tackling Hardware/Software co-design from a database perspective}},
url = {http://cidrdb.org/cidr2020/papers/p30-alonso-cidr20.pdf},
year = {2020}
}
@article{Alpern1994,
author = {Alpern, Bowen and others},
journal = {Algorithmica},
number = {2/3},
pages = {72-109},
title = {{The Uniform Memory Hierarchy Model of Computation}},
url = {https://doi.org/10.1007/BF01185206},
volume = {12},
year = {1994}
}
@article{Alsubaiee2014,
author = {Alsubaiee, Sattam and others},
journal = {PVLDB},
number = {14},
pages = {1905-1916},
title = {{AsterixDB: A Scalable, Open Source BDMS}},
url = {http://www.vldb.org/pvldb/vol7/p1905-alsubaiee.pdf},
volume = {7},
year = {2014}
}
@article{Alsubaiee2014a,
author = {Alsubaiee, Sattam and others},
journal = {PVLDB},
number = {10},
pages = {841-852},
title = {{Storage Management in AsterixDB}},
url = {http://www.vldb.org/pvldb/vol7/p841-alsubaiee.pdf},
volume = {7},
year = {2014}
}
@article{Alvanaki2014,
author = {Alvanaki, Foteini and Michel, Sebastian},
journal = {SIGMOD},
title = {{Tracking set correlations at large scale}},
url = {http://doi.acm.org/10.1145/2588555.2610510},
year = {2014}
}
@article{Alvarez2014,
author = {Alvarez, Victor and others},
journal = {DAMON},
title = {{Main Memory Adaptive Indexing for Multi-Core Systems}},
url = {http://doi.acm.org/10.1145/2619228.2619231},
year = {2014}
}
@article{Amaro2020,
author = {Amaro, Emmanuel and others},
journal = {EuroSys},
title = {{Can far memory improve job throughput?}},
url = {https://doi.org/10.1145/3342195.3387522},
year = {2020}
}
@misc{Amazon,
author = {Amazon},
howpublished = {\url{https://aws.amazon.com/ec2/instance-types/}},
title = {{EC2 Instance Types}}
}
@article{AmazonAthena,
author = {Amazon},
journal = {https://aws.amazon.com/athena/.},
title = {{Athena}}
}
@article{AmazonCloud,
author = {Amazon},
journal = {https://aws.amazon.com/what-is-cloud-storage/},
title = {{Cloud Storage}}
}
@article{AmazonEBS,
author = {Amazon},
journal = {https://aws.amazon.com/ebs/},
title = {{Elastic Block Store}}
}
@misc{AmazonEC2,
author = {Amazon},
howpublished = {\url{https://aws.amazon.com/ec2/instance-types/}},
title = {{EC2 Instance Types}}
}
@article{AmazonRedshift,
author = {Amazon},
journal = {https://aws.amazon.com/redshift/},
title = {{Redshift}}
}
@article{AmazonRelationalDatabaseService,
author = {Amazon},
journal = {https://aws.amazon.com/rds/},
title = {{Relational Database Service}}
}
@article{AmazonS3,
author = {Amazon},
journal = {https://aws.amazon.com/s3/},
title = {{S3}}
}
@article{Ambrose2013,
author = {Ambrose, Meg Leta and Ausloos, Jef},
journal = {Journal of Information Policy},
pages = {1-23},
title = {{The Right to Be Forgotten Across the Pond}},
url = {https://www.jstor.org/stable/10.5325/jinfopoli.3.2013.0001},
volume = {3},
year = {2013}
}
@article{Anagnostopoulos2015,
author = {Anagnostopoulos, Christos and Triantafillou, Peter},
journal = {IEEE BigData},
title = {{Learning to accurately COUNT with query-driven predictive analytics}},
url = {https://doi.org/10.1109/BigData.2015.7363736},
year = {2015}
}
@article{Anagnostopoulos2017,
author = {Anagnostopoulos, Christos and Triantafillou, Peter},
journal = {TKDD},
number = {4},
pages = {47:1--47:46},
title = {{Query-Driven Learning for Predictive Analytics of Data Subspace Cardinality}},
url = {http://doi.acm.org/10.1145/3059177},
volume = {11},
year = {2017}
}
@article{Anagnostou2017,
author = {Anagnostou, Antonios and Olma, Matthaios and Ailamaki, Anastasia},
journal = {SIGMOD},
title = {{Alpine: Efficient In-Situ Data Exploration in the Presence of Updates}},
url = {http://doi.acm.org/10.1145/3035918.3058743},
year = {2017}
}
@article{Anand2010,
author = {Anand, Ashok and others},
journal = {NSDI},
title = {{Cheap and Large CAMs for High Performance Data-Intensive Networked Systems}},
url = {http://www.usenix.org/events/nsdi10/tech/full_papers/anand.pdf},
year = {2010}
}
@article{Andersen2000,
author = {Andersen, Erling D. and Andersen, Knud D.},
journal = {High Performance Optimization},
pages = {197-232},
title = {{The Mosek Interior Point Optimizer for Linear Programming: An Implementation of the Homogeneous Algorithm}},
volume = {33},
year = {2000}
}
@article{Andersen2009,
author = {Andersen, David G and others},
journal = {SOSP},
title = {{FAWN: A Fast Array of Wimpy Nodes}},
url = {http://doi.acm.org/10.1145/1629575.1629577},
year = {2009}
}
@article{Anderson2013,
author = {Anderson, Michael R. and others},
journal = {CIDR},
title = {{Brainwash: A Data System for Feature Engineering}},
url = {http://web.eecs.umich.edu/~mrander/pubs/mythical_man.pdf},
year = {2013}
}
@article{Anily1991,
author = {Anily, Shoshana and Federgruen, Awi},
journal = {Oper. Res.},
number = {1},
pages = {130-149},
title = {{Structured Partitioning Problems}},
url = {https://doi.org/10.1287/opre.39.1.130},
volume = {39},
year = {1991}
}
@article{Anily1994,
author = {Anily, Shoshana and Bramel, Julien and Simchi-Levi, David},
journal = {Oper. Res.},
number = {2},
pages = {287-298},
title = {{Worst-Case Analysis of Heuristics for the Bin Packing Problem with General Cost Structures}},
url = {https://doi.org/10.1287/opre.42.2.287},
volume = {42},
year = {1994}
}
@article{Anonymous,
author = {Anonymous},
journal = {Anonymized},
title = {{Hidden to ensure anonymity}}
}
@article{Antognini2008,
author = {Antognini, Christian},
journal = {Oracle White Paper},
title = {{Bloom Filters in Oracle DBMS}},
url = {http://antognini.ch/papers/BloomFilters20080620.pdf},
year = {2008}
}
@article{Antoshenkov1993,
author = {Antoshenkov, Gennady},
journal = {ICDE},
title = {{Dynamic Query Optimization in Rdb/VMS}},
url = {http://dx.doi.org/10.1109/ICDE.1993.344026},
year = {1993}
}
@article{Antoshenkov1995,
author = {Antoshenkov, Gennady},
journal = {DCC},
title = {{Byte-aligned Bitmap Compression}},
url = {http://dl.acm.org/citation.cfm?id=874051.874730},
year = {1995}
}
@article{Antoshenkov1996,
author = {Antoshenkov, Gennady and Ziauddin, Mohamed},
journal = {VLDBJ},
number = {4},
pages = {229-237},
title = {{Query Processing and Optimization in Oracle Rdb}},
url = {http://dx.doi.org/10.1007/s007780050026},
volume = {5},
year = {1996}
}
@article{Aoki1998,
author = {Aoki, Paul M},
journal = {ICDE},
title = {{Generalizing "Search" in Generalized Search Trees (Extended Abstract)}},
url = {https://doi.org/10.1109/ICDE.1998.655801},
year = {1998}
}
@article{Aoki1999,
author = {Aoki, Paul M},
journal = {SSDBM},
title = {{How to Avoid Building DataBlades That Know the Value of Everything and the Cost of Nothing}},
url = {https://doi.org/10.1109/SSDM.1999.787627},
year = {1999}
}
@article{ApacheAccumulo,
author = {Apache},
journal = {https://accumulo.apache.org/},
title = {{Accumulo}},
year = {2023}
}
@article{ApacheCassandra,
author = {Apache},
journal = {http://cassandra.apache.org},
title = {{Cassandra}},
year = {2023}
}
@article{ApacheHadoop,
author = {Apache},
journal = {http://hadoop.apache.org/},
title = {{Hadoop}}
}
@article{ApacheHBase,
author = {Apache},
journal = {http://hbase.apache.org/},
title = {{HBase}},
year = {2023}
}
@article{ApacheParquet,
author = {Apache},
journal = {https://parquet.apache.org/},
title = {{Parquet}},
year = {2023}
}
@article{Apaydin2006,
author = {Apaydin, Tan and others},
journal = {VLDB},
title = {{Approximate Encoding for Direct Access and Query Processing over Compressed Bitmaps}},
url = {http://dl.acm.org/citation.cfm?id=1164200},
year = {2006}
}
@article{Apaydin2008,
author = {Apaydin, Tan and others},
journal = {InfoScale},
title = {{Dynamic data organization for bitmap indices}},
url = {http://dl.acm.org/citation.cfm?id=1459693.1459733},
year = {2008}
}
@article{Apple2018,
author = {Apple},
journal = {https://developer.apple.com/support/apple-file-system/Apple-File-System-Reference.pdf},
title = {{Apple File System Reference}},
year = {2018}
}
@article{Apple2018a,
author = {Apple},
journal = {https://github.com/apple/foundationdb},
title = {{FoundationDB}},
year = {2018}
}
@article{Appleby2011,
author = {Appleby, Austin},
journal = {https://sites.google.com/site/murmurhash/},
title = {{MurmurHash}},
year = {2011}
}
@article{Appuswamy2017,
author = {Appuswamy, Raja and others},
journal = {CIDR},
title = {{The Case For Heterogeneous HTAP}},
url = {http://cidrdb.org/cidr2017/papers/p21-appuswamy-cidr17.pdf},
year = {2017}
}
@article{Appuswamy2017a,
author = {Appuswamy, Raja and others},
journal = {ADMS},
title = {{The Five minute Rule Thirty Years Later and its Impact on the Storage Hierarchy}},
year = {2017}
}
@article{Apweiler2004,
author = {Apweiler, Rolf and others},
journal = {Nucleic acids research},
number = {Database Issue},
pages = {D115-9},
title = {{UniProt: the Universal Protein knowledgebase}},
url = {http://nar.oxfordjournals.org/cgi/content/long/32/suppl_1/D115},
volume = {32},
year = {2004}
}
@article{Arasu2013,
author = {Arasu, Arvind and others},
journal = {SIGMOD},
title = {{Secure database-as-a-service with Cipherbase}},
year = {2013}
}
@article{Aravindan1997,
author = {Aravindan, Chandrabose and Baumgartner, Peter},
journal = {ILPS},
title = {{A Rational and Efficient Algorithm for View Deletion in Databases}},
year = {1997}
}
@article{Arbel-Raviv2018,
author = {Arbel-Raviv, Maya and Brown, Trevor},
journal = {PPoPP},
title = {{Harnessing epoch-based reclamation for efficient range queries}},
url = {https://doi.org/10.1145/3178487.3178489},
year = {2018}
}
@article{Arge2003,
author = {Arge, Lars},
journal = {Algorithmica},
number = {1},
pages = {1-24},
title = {{The Buffer Tree: A Technique for Designing Batched External Data Structures}},
url = {http://dx.doi.org/10.1007/s00453-003-1021-x},
volume = {37},
year = {2003}
}
@article{Armstrong2013,