-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathamosbird.bib
8155 lines (7521 loc) · 305 KB
/
amosbird.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
% Encoding: UTF-8
@inproceedings{10.1145/1142473.1142483,
author = {Deshpande, Amol and Madden, Samuel},
title = {MauveDB: Supporting Model-Based User Views in Database
Systems},
year = 2006,
isbn = 1595934340,
publisher = {ACM},
url = {https://doi.org/10.1145/1142473.1142483},
doi = {10.1145/1142473.1142483},
booktitle = {Proceedings of the 2006 ACM SIGMOD International Conference
on Management of Data},
pages = {73--84},
numpages = 12,
keywords = {uncertain data, query processing, regression, sensor
networks, views, statistical models},
location = {Chicago, IL, USA},
}
@inproceedings{meijer2006linq,
author = {Meijer, Erik and Beckman, Brian and Bierman, Gavin},
title = {LINQ: Reconciling Object, Relations and XML in the .NET
Framework},
year = 2006,
isbn = 1595934340,
publisher = {ACM},
url = {https://doi.org/10.1145/1142473.1142552},
doi = {10.1145/1142473.1142552},
booktitle = {Proceedings of the 2006 ACM SIGMOD International Conference
on Management of Data},
pages = 706,
numpages = 1,
location = {Chicago, IL, USA},
}
@inproceedings{10.1145/1376616.1376670,
author = {He, Bingsheng and Yang, Ke and Fang, Rui and Lu, Mian and
Govindaraju, Naga and Luo, Qiong and Sander, Pedro},
title = {Relational Joins on Graphics Processors},
year = 2008,
isbn = 9781605581026,
publisher = {ACM},
url = {https://doi.org/10.1145/1376616.1376670},
doi = {10.1145/1376616.1376670},
booktitle = {Proceedings of the 2008 ACM SIGMOD International Conference
on Management of Data},
pages = {511--524},
numpages = 14,
keywords = {relational database, sort, join, primitive, graphics
processors, parallel processing},
location = {Vancouver, Canada},
}
@inproceedings{10.1145/2124295.2124310,
author = {Najork, Marc and Fetterly, Dennis and Halverson, Alan and
Kenthapadi, Krishnaram and Gollapudi, Sreenivas},
title = {Of Hammers and Nails: An Empirical Comparison of Three
Paradigms for Processing Large Graphs},
year = 2012,
isbn = 9781450307475,
publisher = {ACM},
url = {https://doi.org/10.1145/2124295.2124310},
doi = {10.1145/2124295.2124310},
booktitle = {Proceedings of the 5th ACM International Conference on
Web Search and Data Mining},
pages = {103--112},
numpages = 10,
keywords = {very large graphs, databases, data-parallel computing,
graph servers, graph algorithms},
location = {Seattle, Washington, USA},
}
@inproceedings{10.1145/2213836.2213874,
_note = {Bismarck},
author = {Feng, Xixuan and Kumar, Arun and Recht, Benjamin and
R\'{e}, Christopher},
title = {Towards a Unified Architecture for In-{RDBMS} Analytics},
year = 2012,
isbn = 9781450312479,
publisher = {ACM},
booktitle = {Proceedings of the 2012 ACM SIGMOD International Conference
on Management of Data},
pages = {325--336},
numpages = 12,
keywords = {incremental gradient descent, convex programming,
analytics, user-defined aggregate},
location = {Scottsdale, Arizona, USA},
}
@inproceedings{10.1145/2463676.2465283,
author = {Cai, Zhuhua and Vagena, Zografoula and Perez, Luis and
Arumugam, Subramanian and Haas, Peter J. and Jermaine,
Christopher},
title = {Simulation of Database-Valued Markov Chains Using SimSQL},
year = 2013,
isbn = 9781450320375,
publisher = {ACM},
url = {https://doi.org/10.1145/2463676.2465283},
doi = {10.1145/2463676.2465283},
booktitle = {Proceedings of the 2013 ACM SIGMOD International Conference
on Management of Data},
pages = {637--648},
numpages = 12,
keywords = {machine learning, markov chains, databases},
location = {New York, New York, USA},
}
@inproceedings{10.1145/2463676.2467799,
author = {Shao, Bin and Wang, Haixun and Li, Yatao},
title = {Trinity: A Distributed Graph Engine on a Memory Cloud},
year = 2013,
isbn = 9781450320375,
publisher = {ACM},
url = {https://doi.org/10.1145/2463676.2467799},
doi = {10.1145/2463676.2467799},
booktitle = {Proceedings of the 2013 ACM SIGMOD International Conference
on Management of Data},
pages = {505--516},
numpages = 12,
keywords = {distributed system, graph database, memory cloud},
location = {New York, New York, USA},
}
@inproceedings{10.1145/2618243.2618265,
author = {Lajus, Jonathan and M\"{u}hleisen, Hannes},
title = {Efficient Data Management and Statistics with Zero-Copy
Integration},
year = 2014,
isbn = 9781450327220,
publisher = {ACM},
url = {https://doi.org/10.1145/2618243.2618265},
doi = {10.1145/2618243.2618265},
booktitle = {Proceedings of the 26th International Conference on
Scientific and Statistical Database Management},
articleno = {Article 12},
numpages = 10,
location = {Aalborg, Denmark},
}
@inproceedings{10.1145/2723372.2735369,
author = {Perez, Yonathan and Sosi{\v{c}}, Rok and Banerjee, Arijit
and Puttagunta, Rohan and Raison, Martin and Shah, Pararth and
Leskovec, Jure},
title = {Ringo: Interactive Graph Analytics on Big-Memory Machines},
year = 2015,
isbn = 9781450327589,
publisher = {ACM},
url = {https://doi.org/10.1145/2723372.2735369},
doi = {10.1145/2723372.2735369},
booktitle = {Proceedings of the 2015 ACM SIGMOD International Conference
on Management of Data},
pages = {1105--1110},
numpages = 6,
keywords = {networks, performance, graph processing, algorithms, graph
analytics, graphs},
location = {Melbourne, Victoria, Australia},
}
@inproceedings{10.1145/2741948.2741968,
author = {Gog, Ionel and Schwarzkopf, Malte and Crooks, Natacha and
Grosvenor, Matthew P. and Clement, Allen and Hand, Steven},
title = {Musketeer: All for One, One for All in Data Processing
Systems},
year = 2015,
isbn = 9781450332385,
publisher = {ACM},
url = {https://doi.org/10.1145/2741948.2741968},
doi = {10.1145/2741948.2741968},
booktitle = {Proceedings of the Tenth European Conference on Computer
Systems},
articleno = {Article 2},
numpages = 16,
location = {Bordeaux, France},
}
@inproceedings{10.1145/2807591.2807620,
author = {Hong, Sungpack and Depner, Siegfried and Manhardt, Thomas
and Van Der Lugt, Jan and Verstraaten, Merijn and Chafi,
Hassan},
title = {PGX.D: A Fast Distributed Graph Processing Engine},
year = 2015,
isbn = 9781450337236,
publisher = {ACM},
url = {https://doi.org/10.1145/2807591.2807620},
doi = {10.1145/2807591.2807620},
booktitle = {Proceedings of the International Conference for High
Performance Computing, Networking, Storage and Analysis},
articleno = {Article 58},
numpages = 12,
location = {Austin, Texas},
}
@article{10.1145/2814710.2814713,
title={The {BigDAWG} polystore system},
author={Duggan, Jennie and Elmore, Aaron J and Stonebraker, Michael and Balazinska, Magda and Howe, Bill and Kepner, Jeremy and Madden, Sam and Maier, David and Mattson, Tim and Zdonik, Stan},
journal={ACM SIGMOD Record},
volume={44},
number={2},
pages={11--16},
year={2015},
publisher={ACM New York, NY, USA}
}
@inproceedings{10.1145/2833157.2833162,
author = {Lam, Siu Kwan and Pitrou, Antoine and Seibert, Stanley},
title = {Numba: A {LLVM}-Based {Python JIT} Compiler},
year = 2015,
isbn = 9781450340052,
publisher = {ACM},
url = {https://doi.org/10.1145/2833157.2833162},
doi = {10.1145/2833157.2833162},
booktitle = {Proceedings of the Second Workshop on the LLVM Compiler
Infrastructure in HPC},
articleno = {Article 7},
numpages = 6,
pages={1--6},
keywords = {LLVM, Python, compiler},
location = {Austin, Texas},
}
@inproceedings{10.1145/2882903.2899414,
author = {Agrawal, Divy and Ba, Lamine and Berti-Equille, Laure and
Chawla, Sanjay and Elmagarmid, Ahmed and Hammady, Hossam and
Idris, Yasser and Kaoudi, Zoi and Khayyat, Zuhair and Kruse,
Sebastian and Ouzzani, Mourad and Papotti, Paolo and
Quiane-Ruiz, Jorge-Arnulfo and Tang, Nan and Zaki, Mohammed
J.},
title = {Rheem: Enabling Multi-Platform Task Execution},
year = 2016,
isbn = 9781450335317,
publisher = {ACM},
url = {https://doi.org/10.1145/2882903.2899414},
doi = {10.1145/2882903.2899414},
booktitle = {Proceedings of the 2016 International Conference on
Management of Data},
pages = {2069--2072},
numpages = 4,
keywords = {cross-platform execution, big data, data analytics},
location = {San Francisco, California, USA},
}
@article{10.1145/2934664,
title={{Apache Spark}: A unified engine for big data processing},
author = {Zaharia, Matei and Xin, Reynold S. and Wendell, Patrick and Das, Tathagata and Armbrust, Michael and Dave, Ankur and Meng, Xiangrui and Rosen, Josh and Venkataraman, Shivaram and Franklin, Michael J. and Ghodsi, Ali and Gonzalez, Joseph and Shenker, Scott and Stoica, Ion},
journal={Communications of the ACM},
volume={59},
number={11},
pages={56--65},
year={2016},
publisher={ACM New York, NY, USA}
}
@inproceedings{10.1145/3035918.3035922,
author = {Tang, Bo and Han, Shi and Yiu, Man Lung and Ding, Rui and
Zhang, Dongmei},
title = {Extracting Top-K Insights from Multi-Dimensional Data},
year = 2017,
isbn = 9781450341974,
publisher = {ACM},
url = {https://doi.org/10.1145/3035918.3035922},
doi = {10.1145/3035918.3035922},
booktitle = {Proceedings of the 2017 ACM SIGMOD International Conference on Management of Data},
pages = {1509--1524},
numpages = 16,
keywords = {data exploration, olap, insight extraction},
location = {Chicago, Illinois, USA},
}
@inproceedings{10.1145/3035918.3035943,
title={{All-in-One}: Graph processing in {RDBMS}s revisited},
author={Zhao, Kangfei and Yu, Jeffrey Xu},
publisher = {ACM},
booktitle={Proceedings of the 2017 ACM SIGMOD International Conference on Management of Data},
pages={1165--1180},
year={2017}
}
@inproceedings{10.1145/3035918.3035949,
author = {Xirogiannopoulos, Konstantinos and Deshpande, Amol},
title = {Extracting and Analyzing Hidden Graphs from Relational
Databases},
year = 2017,
isbn = 9781450341974,
publisher = {ACM},
url = {https://doi.org/10.1145/3035918.3035949},
doi = {10.1145/3035918.3035949},
booktitle = {Proceedings of the 2017 ACM SIGMOD International Conference on
Management of Data},
pages = {897--912},
numpages = 16,
keywords = {graph compression, graph extraction, graph analytics},
location = {Chicago, Illinois, USA},
}
@inproceedings{10.1145/3035918.3064053,
author = {Walenz, Brett and Roy, Sudeepa and Yang, Jun},
title = {Optimizing Iceberg Queries with Complex Joins},
year = 2017,
isbn = 9781450341974,
publisher = {ACM},
url = {https://doi.org/10.1145/3035918.3064053},
doi = {10.1145/3035918.3064053},
booktitle = {Proceedings of the 2017 ACM SIGMOD International Conference on Management of Data},
pages = {1243--1258},
numpages = 16,
keywords = {iceberg queries, databases, query optimization, iceberg,
postgresql},
location = {Chicago, Illinois, USA},
}
@inproceedings{10.1145/3078447.3078457,
author = {De Leo, Dean and Boncz, Peter},
title = {Extending SQL for Computing Shortest Paths},
year = 2017,
isbn = 9781450350389,
publisher = {ACM},
url = {https://doi.org/10.1145/3078447.3078457},
doi = {10.1145/3078447.3078457},
booktitle = {Proceedings of the 5th International Workshop on Graph
Data-Management Experiences \& Systems},
articleno = {Article 10},
numpages = 8,
location = {Chicago, IL, USA},
}
@inproceedings{10.1145/3079079.3079099,
author = {Totoni, Ehsan and Anderson, Todd A. and Shpeisman, Tatiana},
title = {HPAT: High Performance Analytics with Scripting
Ease-of-Use},
year = 2017,
isbn = 9781450350204,
publisher = {ACM},
url = {https://doi.org/10.1145/3079079.3079099},
doi = {10.1145/3079079.3079099},
booktitle = {Proceedings of the International Conference on
Supercomputing},
articleno = {Article 9},
numpages = 10,
keywords = {high performance computing, automatic parallelization, big
data analytics},
location = {Chicago, Illinois},
}
@inproceedings{10.1145/3102980.3103004,
author = {Totoni, Ehsan and Dulloor, Subramanya R. and Roy, Amitabha},
title = {A Case Against Tiny Tasks in Iterative Analytics},
year = 2017,
isbn = 9781450350686,
publisher = {ACM},
url = {https://doi.org/10.1145/3102980.3103004},
doi = {10.1145/3102980.3103004},
booktitle = {Proceedings of the 16th Workshop on Hot Topics in Operating
Systems},
pages = {144--149},
numpages = 6,
location = {Whistler, BC, Canada},
}
@inproceedings{10.1145/3180143,
author = {Ngo, Hung Q. and Porat, Ely and R\'{e}, Christopher and Rudra, Atri},
title = {Worst-Case Optimal Join Algorithms},
year = {2012},
isbn = {9781450312486},
publisher = {ACM},
url = {https://doi.org/10.1145/2213556.2213565},
doi = {10.1145/2213556.2213565},
booktitle = {Proceedings of the 31st ACM SIGMOD-SIGACT-SIGAI Symposium on Principles of Database Systems},
pages = {37–48},
numpages = {12},
keywords = {join algorithms, loomis-whitney inequality, bollob?s-thomason inequality, fractional cover bound},
location = {Scottsdale, Arizona, USA},
}
@article{10.1145/3183653,
_note = {LegoBase},
author = {Shaikhha, Amir and Klonatos, Yannis and Koch, Christoph},
title = {Building Efficient Query Engines in a High-Level Language},
year = 2018,
issue_date = {April 2018},
publisher = {ACM},
volume = 43,
number = 1,
issn = {0362-5915},
url = {https://doi.org/10.1145/3183653},
doi = {10.1145/3183653},
journal = {ACM Trans. Database Syst.},
month = apr,
articleno = {Article 4},
numpages = 45,
keywords = {abstraction without regret, optimizing compilers, query
processing, High-level programming languages, code generation,
query compilation}
}
@article{10.1145/3186728.3164140,
author = {Ramachandra, Karthik and Park, Kwanghyun and Emani, K.
Venkatesh and Halverson, Alan and Galindo-Legaria, C\'{e}sar
and Cunningham, Conor},
title = {Froid: Optimization of Imperative Programs in a Relational
Database},
year = 2017,
issue_date = {December 2017},
publisher = {VLDB Endowment},
volume = 11,
number = 4,
issn = {2150-8097},
url = {https://doi.org/10.1145/3186728.3164140},
doi = {10.1145/3186728.3164140},
journal = {Proceedings of the VLDB Endowment},
month = dec,
pages = {432--444},
numpages = 13
}
@inproceedings{10.1145/3221269.3223026,
author = {Fouch\'{e}, Edouard and Eckert, Alexander and B\"{o}hm,
Klemens},
title = {In-Database Analytics with Ibmdbpy},
year = 2018,
isbn = 9781450365055,
publisher = {ACM},
url = {https://doi.org/10.1145/3221269.3223026},
doi = {10.1145/3221269.3223026},
booktitle = {Proceedings of the 30th International Conference on
Scientific and Statistical Database Management},
articleno = {Article 31},
numpages = 4,
keywords = {database, data mining, data analytics, SQL-pushdown},
location = {Bozen-Bolzano, Italy},
}
@inproceedings{10.1145/3299869.3324961,
author = {Schleich, Maximilian and Olteanu, Dan and Abo Khamis,
Mahmoud and Ngo, Hung Q. and Nguyen, XuanLong},
title = {A Layered Aggregate Engine for Analytics Workloads},
year = 2019,
isbn = 9781450356435,
publisher = {ACM},
url = {https://doi.org/10.1145/3299869.3324961},
doi = {10.1145/3299869.3324961},
booktitle = {Proceedings of the 2019 ACM SIGMOD International Conference on Management of Data},
pages = {1642--1659},
numpages = 18,
keywords = {mutliple aggregate optimization, structure-aware analytics},
location = {Amsterdam, Netherlands},
}
@article{10.14778/1687553.1687567,
author = {Friedman, Eric and Pawlowski, Peter and Cieslewicz, John},
title = {SQL/MapReduce: A Practical Approach to Self-Describing,
Polymorphic, and Parallelizable User-Defined Functions},
year = 2009,
issue_date = {August 2009},
publisher = {VLDB Endowment},
volume = 2,
number = 2,
issn = {2150-8097},
url = {https://doi.org/10.14778/1687553.1687567},
doi = {10.14778/1687553.1687567},
journal = {Proceedings of the VLDB Endowment},
month = aug,
pages = {1402--1413},
numpages = 12
}
@article{10.14778/2536206.2536216,
author = {He, Jiong and Lu, Mian and He, Bingsheng},
title = {Revisiting Co-Processing for Hash Joins on the Coupled
{CPU-GPU} Architecture},
year = 2013,
issue_date = {August 2013},
publisher = {VLDB Endowment},
volume = 6,
number = 10,
issn = {2150-8097},
url = {https://doi.org/10.14778/2536206.2536216},
doi = {10.14778/2536206.2536216},
journal = {Proceedings of the VLDB Endowment},
month = aug,
pages = {889--900},
numpages = 12
}
@article{10.14778/2733004.2733013,
author = {Simmen, David and Schnaitter, Karl and Davis, Jeff and He,
Yingjie and Lohariwala, Sangeet and Mysore, Ajay and Shenoi,
Vinayak and Tan, Mingfeng and Xiao, Yu},
title = {Large-Scale Graph Analytics in {Aster} 6: Bringing Context to
Big Data Discovery},
year = 2014,
issue_date = {August 2014},
publisher = {VLDB Endowment},
volume = 7,
number = 13,
issn = {2150-8097},
url = {https://doi.org/10.14778/2733004.2733013},
doi = {10.14778/2733004.2733013},
journal = {Proceedings of the VLDB Endowment},
month = aug,
pages = {1405--1416},
numpages = 12
}
@article{10.14778/2735703.2735704,
author = {Jha, Saurabh and He, Bingsheng and Lu, Mian and Cheng,
Xuntao and Huynh, Huynh Phung},
title = {Improving Main Memory Hash Joins on {Intel Xeon Phi}
Processors: An Experimental Approach},
year = 2015,
issue_date = {February 2015},
publisher = {VLDB Endowment},
volume = 8,
number = 6,
issn = {2150-8097},
url = {https://doi.org/10.14778/2735703.2735704},
doi = {10.14778/2735703.2735704},
journal = {Proceedings of the VLDB Endowment},
month = feb,
pages = {642--653},
numpages = 12
}
@article{10.14778/2824032.2824045,
_note = {Tupleware},
author = {Crotty, Andrew and Galakatos, Alex and Dursun, Kayhan and
Kraska, Tim and Binnig, Carsten and Cetintemel, Ugur and
Zdonik, Stan},
title = {An Architecture for Compiling UDF-Centric Workflows},
year = 2015,
issue_date = {August 2015},
publisher = {VLDB Endowment},
volume = 8,
number = 12,
issn = {2150-8097},
url = {https://doi.org/10.14778/2824032.2824045},
doi = {10.14778/2824032.2824045},
journal = {Proceedings of the VLDB Endowment},
month = aug,
pages = {1466--1477},
numpages = 12
}
@article{10.14778/2824032.2824129,
author = {Xirogiannopoulos, Konstantinos and Khurana, Udayan and
Deshpande, Amol},
title = {GraphGen: Exploring Interesting Graphs in Relational Data},
year = 2015,
issue_date = {August 2015},
publisher = {VLDB Endowment},
volume = 8,
number = 12,
issn = {2150-8097},
url = {https://doi.org/10.14778/2824032.2824129},
doi = {10.14778/2824032.2824129},
journal = {Proceedings of the VLDB Endowment},
month = aug,
pages = {2032--2035},
numpages = 4
}
@article{10.14778/3021924.3021941,
_note = {GQ-Fast},
author = {Lin, Chunbin and Mandel, Benjamin and Papakonstantinou,
Yannis and Springer, Matthias},
title = {Fast In-Memory {SQL} Analytics on Typed Graphs},
year = 2016,
issue_date = {November 2016},
publisher = {VLDB Endowment},
volume = 10,
number = 3,
issn = {2150-8097},
url = {https://doi.org/10.14778/3021924.3021941},
doi = {10.14778/3021924.3021941},
journal = {Proceedings of the VLDB Endowment},
month = nov,
pages = {265--276},
numpages = 12
}
@article{10.14778/3151113.3151114,
_note = {JIT in Peloton},
author = {Menon, Prashanth and Mowry, Todd C. and Pavlo, Andrew},
title = {Relaxed Operator Fusion for In-Memory Databases: Making
Compilation, Vectorization, and Prefetching Work Together at
Last},
year = 2017,
issue_date = {September 2017},
publisher = {VLDB Endowment},
volume = 11,
number = 1,
issn = {2150-8097},
url = {https://doi.org/10.14778/3151113.3151114},
doi = {10.14778/3151113.3151114},
journal = {Proceedings of the VLDB Endowment},
month = sep,
pages = {1--13},
numpages = 13
}
@article{10.14778/3236187.3236194,
title={{AIDA}: Abstraction for advanced in-database analytics},
author={D'silva, Joseph Vinish and De Moor, Florestan and Kemme, Bettina},
journal={Proceedings of the VLDB Endowment},
volume={11},
number={11},
pages={1400--1413},
year={2018},
publisher={VLDB Endowment}
}
@inproceedings{10.5555/1325851.1325893,
author = {Cieslewicz, John and Ross, Kenneth A.},
title = {Adaptive Aggregation on Chip Multiprocessors},
year = {2007},
isbn = {9781595936493},
publisher = {VLDB Endowment},
booktitle = {Proceedings of the 33rd International Conference on Very Large Data Bases},
pages = {339--350},
numpages = {12},
location = {Vienna, Austria},
}
@book{10.5555/2285539,
author = {White, Tom},
title = {Hadoop: The Definitive Guide},
year = 2012,
isbn = 1449311520,
publisher = {O'Reilly}
}
@inproceedings{10.5555/645925.671515,
author = {Jaedicke, Michael and Mitschang, Bernhard},
title = {User-Defined Table Operators: Enhancing Extensibility for
ORDBMS},
year = 1999,
isbn = 1558606157,
publisher = {Morgan Kaufmann Publishers},
booktitle = {Proceedings of the 25th International Conference on Very
Large Data Bases},
pages = {494--505},
numpages = 12,
}
@INPROCEEDINGS{4808979,
author = {M. {Singh} and D. {Garg}},
booktitle = {2009 IEEE International Advance Computing Conference},
title = {Choosing Best Hashing Strategies and Hash Functions},
year = 2009,
pages = {50-55},
keywords = {file organisation;information retrieval;hash function;data
retrieval;computer science discipline;hashing method;Data
structures;Application
software;Cryptography;Databases;Dictionaries;Computer
science;Information
retrieval;Scattering;Sorting;Guidelines;Hashing;hash
function;hash table;collision;resolution;buckets;cryptographic
hashing;dynamic hashing},
doi = {10.1109/IADCC.2009.4808979},
month = {March},
}
@inproceedings{6228203,
title={Vectorwise: A vectorized analytical {DBMS}},
author={Zukowski, Marcin and Van de Wiel, Mark and Boncz, Peter},
booktitle={Proceedings of the 28th International Conference on Data Engineering},
pages={1349--1350},
year={2012},
organization={IEEE}
}
@INPROCEEDINGS{7930059,
author = {S. {Lightstone} and R. {Ohanian} and M. {Haide} and J.
{Cho} and M. {Springgay} and T. {Steinbach}},
booktitle = {2017 IEEE 33rd International Conference on Data Engineering
},
title = {Making Big Data Simple with dashDB Local},
year = 2017,
pages = {1195-1205},
}
@INPROCEEDINGS{8509238,
author = {A. {Maccioni} and R. {Torlone}},
booktitle = {Proceedings of the 34th International Conference on Data Engineering},
publisher = {IEEE},
title = {Augmented Access for Querying and Exploring a Polystore},
year = 2018,
pages = {77-88},
}
@INPROCEEDINGS{8509319,
author = {I. {Mueller} and A. {Arteaga} and T. {Hoefler} and G.
{Alonso}},
booktitle = {2018 IEEE 34th International Conference on Data Engineering
},
title = {Reproducible Floating-Point Aggregation in RDBMSs},
year = 2018,
pages = {1049-1060},
}
@article{Altair2018,
doi = {10.21105/joss.01057},
url = {https://doi.org/10.21105/joss.01057},
year = 2018,
month = {dec},
publisher = {The Open Journal},
author = {Jacob VanderPlas and Brian Granger and Jeffrey Heer and
Dominik Moritz and Kanit Wongsuphasawat and Arvind
Satyanarayan and Eitan Lees and Ilia Timofeev and Ben Welsh
and Scott Sievert},
title = {Altair: Interactive Statistical Visualizations for Python},
journal = {Journal of Open Source Software}
}
@inproceedings{Askitis:2009:FCH:1862659.1862675,
author = {Askitis, Nikolas},
title = {Fast and Compact Hash Tables for Integer Keys},
booktitle = {Proceedings of the Thirty-Second Australasian Conference on
Computer Science - Volume 91},
year = 2009,
isbn = {978-1-920682-72-9},
location = {Wellington, New Zealand},
pages = {113--122},
numpages = 10,
url = {http://dl.acm.org/citation.cfm?id=1862659.1862675},
acmid = 1862675,
publisher = {Australian Computer Society},
keywords = {array hash, cache, cuckoo hashing, dictionary, in-memory,
integers},
}
@article{Askitis:2011:RSH:1671970.1921704,
author = {Askitis, Nikolas and Zobel, Justin},
title = {Redesigning the String Hash Table, Burst Trie, and BST to
Exploit Cache},
journal = {J. Exp. Algorithmics},
issue_date = 2010,
volume = 15,
month = feb,
year = 2011,
issn = {1084-6654},
pages = {1.7:1.1--1.7:1.61},
articleno = {1.7},
numpages = {1.51},
url = {http://doi.acm.org/10.1145/1671970.1921704},
doi = {10.1145/1671970.1921704},
acmid = 1921704,
publisher = {ACM},
keywords = {Hash table, Judy trie, binary search tree, burst trie,
cache, dynamic array, node clustering, pointer-less storage,
strings},
}
@inproceedings{Besta:2017:PPR:3078597.3078616,
title={To push or to pull: On reducing communication and synchronization in graph computations},
author={Besta, Maciej and Podstawski, Micha{\l} and Groner, Linus and Solomonik, Edgar and Hoefler, Torsten},
booktitle={Proceedings of the 26th International Symposium on High-Performance Parallel and Distributed Computing},
publisher = {ACM},
pages={93--104},
year={2017}
}
@article{Blumofe:1995:CEM:209936.209958,
title={Cilk: An efficient multithreaded runtime system},
author={Blumofe, Robert D and Joerg, Christopher F and Kuszmaul, Bradley C and Leiserson, Charles E and Randall, Keith H and Zhou, Yuli},
journal={Journal of Parallel and Distributed Computing},
volume={37},
number={1},
pages={55--69},
year={1996},
publisher={Elsevier}
}
@inproceedings{BoVWFI,
author = "Paolo Boldi and Sebastiano Vigna",
title = "The {W}eb{G}raph Framework {I}: {C}ompression Techniques",
year = 2004,
booktitle = "Proc. of the Thirteenth International World Wide Web
Conference (WWW 2004)",
pages = "595--601",
publisher = "ACM Press",
_note = {twitter-2010}
}
@article{DBLP:journals/corr/abs-1008-2849,
author = {Jan Wassenberg and Peter Sanders},
title = {Faster Radix Sort via Virtual Memory and Write-Combining},
journal = {CoRR},
volume = {abs/1008.2849},
year = 2010,
url = {http://arxiv.org/abs/1008.2849},
archivePrefix = {arXiv},
eprint = {1008.2849},
timestamp = {Mon, 13 Aug 2018 16:48:13 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1008-2849},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{Feng:2012:TTM:2347407.2347418,
author = {Feng, Jianhua and Wang, Jiannan and Li, Guoliang},
title = {Trie-join: A Trie-based Method for Efficient String
Similarity Joins},
journal = {The VLDB Journal},
issue_date = {August 2012},
volume = 21,
number = 4,
month = aug,
year = 2012,
issn = {1066-8888},
pages = {437--461},
numpages = 25,
url = {http://dx.doi.org/10.1007/s00778-011-0252-8},
doi = {10.1007/s00778-011-0252-8},
acmid = 2347418,
publisher = {Springer-Verlag New York, Inc.},
keywords = {Data integration and cleaning, Edit distance, String
similarity joins, Subtrie pruning, Trie index},
}
@article{MEYER2003114,
title = "Δ-stepping: A parallelizable shortest path algorithm",
journal = "Journal of Algorithms",
volume = 49,
number = 1,
pages = "114 - 152",
year = 2003,
note = "1998 European Symposium on Algorithms",
issn = "0196-6774",
doi = "https://doi.org/10.1016/S0196-6774(03)00076-2",
url =
"http://www.sciencedirect.com/science/article/pii/S0196677403000762",
author = "U. Meyer and P. Sanders",
}
@inproceedings{Pingali:2011:TPA:1993498.1993501,
author = {Pingali, Keshav and Nguyen, Donald and Kulkarni, Milind and
Burtscher, Martin and Hassaan, M. Amber and Kaleem, Rashid and
Lee, Tsung-Hsien and Lenharth, Andrew and Manevich, Roman and
M{\'e}ndez-Lojo, Mario and Prountzos, Dimitrios and Sui, Xin},
title = {The {Tao} of Parallelism in Algorithms},
booktitle = {Proceedings of the 32rd ACM SIGPLAN Conference on
Programming Language Design and Implementation},
year = 2011,
isbn = {978-1-4503-0663-8},
location = {San Jose, California, USA},
pages = {12--25},
numpages = 14,
url = {http://doi.acm.org/10.1145/1993498.1993501},
doi = {10.1145/1993498.1993501},
acmid = 1993501,
publisher = {ACM},
_note = {galois}
}
@inproceedings{Sun:2017:GAL:3079079.3079097,
author = {Sun, Jiawen and Vandierendonck, Hans and Nikolopoulos, Dimitrios S.},
title = {{GraphGrind}: Addressing Load Imbalance of Graph Partitioning},
year = {2017},
isbn = {9781450350204},
publisher = {ACM},
url = {https://doi.org/10.1145/3079079.3079097},
doi = {10.1145/3079079.3079097},
booktitle = {Proceedings of the International Conference on Supercomputing},
articleno = {16},
numpages = {10},
pages = {1--10},
keywords = {non-uniform memory access (NUMA), graph partitioning, graph analytics},
location = {Chicago, Illinois},
}
@Online {TheCaseforPolystoresACMSIGMODBlog-2020-04-06,
title = {The Case for Polystores -- ACM SIGMOD Blog},
date = {2020-04-06},
url = {http://wp.sigmod.org/?p=1629},
urldate = {2020-04-06}
}
@InProceedings{abadi_scalable_2007,
author = {Abadi, Daniel J. and Marcus, Adam and Madden, Samuel R. and
Hollenbach, Kate},
title = {Scalable {Semantic} {Web} {Data} {Management} {Using}
{Vertical} {Partitioning}},
year = 2007,
pages = {411--422},
publisher = {VLDB Endowment},
isbn = {978-1-59593-649-3},
url = {http://dl.acm.org/citation.cfm?id=1325851.1325900},
}
@InProceedings{abadi_tensorflow:_2016,
author = {Abadi, Martín and Barham, Paul and Chen, Jianmin and Chen,
Zhifeng and Davis, Andy and Dean, Jeffrey and Devin, Matthieu
and Ghemawat, Sanjay and Irving, Geoffrey and Isard, Michael
and {others}},
title = {{TensorFlow}: {A} system for large-scale machine learning},
booktitle = {Proceedings of the 12th {USENIX} {Symposium} on {Operating}
{Systems} {Design} and {Implementation} ({OSDI}). {Savannah},
{Georgia}, {USA}},
year = 2016,
shorttitle = {{TensorFlow}},
urldate = {2017-04-13},
}
@inproceedings{aberger_emptyheaded:_2016,
author = {Aberger, Christopher R. and Tu, Susan and Olukotun, Kunle and R\'{e}, Christopher},
title = {EmptyHeaded: A Relational Engine for Graph Processing},
year = {2016},
isbn = {9781450335317},
publisher = {ACM},
url = {https://doi.org/10.1145/2882903.2915213},
doi = {10.1145/2882903.2915213},
booktitle = {Proceedings of the 2016 ACM SIGMOD International Conference on Management of Data},
pages = {431--446},
numpages = {16},
keywords = {SIMD, graph processing, GHD, worst-case optimal join, generalized hypertree decomposition, single instruction multiple data},
location = {San Francisco, California, USA},
}
@article{abouzeid_hadoopdb:_2009,
title={{HadoopDB}: An architectural hybrid of MapReduce and DBMS technologies for analytical workloads},
author={Abouzeid, Azza and Bajda-Pawlikowski, Kamil and Abadi, Daniel and Silberschatz, Avi and Rasin, Alexander},
journal={Proceedings of the VLDB Endowment},
volume={2},
number={1},
pages={922--933},
year={2009},
publisher={VLDB Endowment}
}
@InProceedings{abouzied_invisible_2013,
author = {Abouzied, Azza and Abadi, Daniel J. and Silberschatz, Avi},
booktitle = {Proceedings of the 16th {International} {Conference} on
{Extending} {Database} {Technology}},
year = 2013,
pages = {1--10},
publisher = {ACM},
doi = {10.1145/2452376.2452377},
isbn = {978-1-4503-1597-5},
shorttitle = {Invisible {Loading}},
url = {http://doi.acm.org/10.1145/2452376.2452377},
urldate = {2017-04-27},
}
@Book{acm_workshop_on_wireless_traffic_measurement_and_modeling_papers_2005,
title = {Papers presented at the 2005 workshop on wireless traffic
measurements and modeling: {Seattle}, {Washington}, {June} 5,
2005},
publisher = {USENIX},
year = 2005,
editor = {{ACM Workshop on Wireless Traffic Measurement and Modeling}
and Papadopoulis, Maria and Papagiannaki, Dina and
Papagiannaki, Konstantina and {USENIX} and {ACM
SIGMOBILE} and {ACM Special Interest Group in Operating
Systems} and {ACM Digital Library}},
isbn = {978-1-931971-33-1},
language = {English},
shorttitle = {Papers presented at the 2005 workshop on wireless traffic
measurements and modeling},
}
@InProceedings{agarwal_blinkdb:_2013,
author = {Agarwal, Sameer and Mozafari, Barzan and Panda, Aurojit and
Milner, Henry and Madden, Samuel and Stoica, Ion},
title = {{BlinkDB}: queries with bounded errors and bounded response
times on very large data},
booktitle = {Proceedings of the 8th {ACM} {European} {Conference} on
{Computer} {Systems}},
year = 2013,
pages = {29--42},
publisher = {ACM},
shorttitle = {{BlinkDB}},
url = {http://dl.acm.org/citation.cfm?id=2465355},
urldate = {2016-08-15},
}
@Misc{agensgraph,
title = {{AgensGraph}},
month = mar,
year = 2019,
url = {https://bitnine.net/},
}
@article{aggarwal2012analysis,
title = {Analysis the effect of data mining techniques on database},
author = {Aggarwal, Niyati and Kumar, Amit and Khatter, Harsh and
Aggarwal, Vaishali},
journal = {Advances in Engineering Software},
volume = 47,
number = 1,
pages = {164--169},
year = 2012,
publisher = {Elsevier}
}
@inproceedings{agrawal1994fast,