-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreferences.bib
1202 lines (1133 loc) · 47.1 KB
/
references.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{murphy2010,
title={Introducing the {Graph} 500},
author={Murphy, Richard C. and Wheeler, Kyle B. and Barrett, Brian W. and Ang, James A.},
journal={Cray Users Group (CUG)},
volume={19},
pages={45--74},
year={2010},
url={https://cug.org/5-publications/proceedings_attendee_lists/CUG10CD/pages/1-program/final_program/CUG10_Proceedings/pages/authors/11-15Wednesday/14C-Murphy-paper.pdf},
}
@inproceedings{chakrabarti2004,
author = {Deepayan Chakrabarti and
Yiping Zhan and
Christos Faloutsos},
title = {{R-MAT}: {A} Recursive Model for Graph Mining},
booktitle = {SIAM International Conference on Data Mining (SDM)},
pages = {442--446},
year = {2004},
NOurl = {https://doi.org/10.1137/1.9781611972740.43},
doi = {10.1137/1.9781611972740.43},
timestamp = {Mon, 05 Jun 2017 12:42:51 +0200},
biburl = {https://dblp.org/rec/bib/conf/sdm/ChakrabartiZF04},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/RablFDJG15,
author = {Tilmann Rabl and
Michael Frank and
Manuel Danisch and
Hans{-}Arno Jacobsen and
Bhaskar Gowda},
title = {The Vision of {BigBench} 2.0},
NObooktitle = {Proceedings of the Fourth Workshop on Data analytics in the Cloud,
DanaC 2015, Melbourne, VIC, Australia, May 31 - June 4, 2015},
booktitle = {{DanaC}},
pages = {3:1--3:4},
year = {2015},
NOcrossref = {DBLP:conf/sigmod/2015danac},
NOurl = {http://doi.acm.org/10.1145/2799562.2799642},
doi = {10.1145/2799562.2799642},
timestamp = {Tue, 23 Feb 2016 15:15:35 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sigmod/RablFDJG15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/RablDFSJ15,
author = {Tilmann Rabl and
Manuel Danisch and
Michael Frank and
Sebastian Schindler and
Hans{-}Arno Jacobsen},
title = {Just can't get enough: {S}ynthesizing {B}ig {D}ata},
NObooktitle = {Proceedings of the 2015 {ACM} {SIGMOD} International Conference on
Management of Data, Melbourne, Victoria, Australia, May 31 - June
4, 2015},
booktitle = {{SIGMOD}},
pages = {1457--1462},
year = {2015},
NOcrossref = {DBLP:conf/sigmod/2015},
NOurl = {http://doi.acm.org/10.1145/2723372.2735378},
doi = {10.1145/2723372.2735378},
timestamp = {Tue, 23 Feb 2016 15:15:35 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sigmod/RablDFSJ15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/tpctc/BaruBCDFGJJKNPRRRSSYY14,
author = {Chaitanya K. Baru and
Milind A. Bhandarkar and
Carlo Curino and
Manuel Danisch and
Michael Frank and
Bhaskar Gowda and
Hans{-}Arno Jacobsen and
Huang Jie and
Dileep Kumar and
Raghunath Othayoth Nambiar and
Meikel Poess and
Francois Raab and
Tilmann Rabl and
Nishkam Ravi and
Kai Sachs and
Saptak Sen and
Lan Yi and
Choonhan Youn},
title = {Discussion of {BigBench}: {A} Proposed Industry Standard Performance
Benchmark for {B}ig {D}ata},
NObooktitle = {Performance Characterization and Benchmarking. Traditional to Big
Data - 6th {TPC} Technology Conference, {TPCTC} 2014, Hangzhou, China,
September 1-5, 2014. Revised Selected Papers},
booktitle = {{TPCTC}},
pages = {44--63},
year = {2014},
NOcrossref = {DBLP:conf/tpctc/2014},
NOurl = {http://dx.doi.org/10.1007/978-3-319-15350-6_4},
doi = {10.1007/978-3-319-15350-6_4},
timestamp = {Tue, 23 Feb 2016 15:15:35 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/tpctc/BaruBCDFGJJKNPRRRSSYY14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/wbdb/RablFDGJ14,
author = {Tilmann Rabl and
Michael Frank and
Manuel Danisch and
Bhaskar Gowda and
Hans{-}Arno Jacobsen},
title = {Towards a Complete {BigBench} Implementation},
booktitle = {Big Data Benchmarking - 5th International Workshop, {WBDB} 2014, Potsdam,
Germany, August 5-6, 2014, Revised Selected Papers},
pages = {3--11},
year = {2014},
NOcrossref = {DBLP:conf/wbdb/2014},
NOurl = {http://dx.doi.org/10.1007/978-3-319-20233-4_1},
doi = {10.1007/978-3-319-20233-4_1},
timestamp = {Tue, 23 Feb 2016 15:15:35 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/wbdb/RablFDGJ14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/GhazalRHRPCJ13,
author = {Ahmad Ghazal and
Tilmann Rabl and
Minqing Hu and
Francois Raab and
Meikel Poess and
Alain Crolotte and
H-A Jacobsen},
title = {{BigBench}: {T}owards an industry standard benchmark for {B}ig {D}ata analytics},
NObooktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management
of Data, {SIGMOD} 2013, New York, NY, USA, June 22-27, 2013},
booktitle = {{SIGMOD}},
pages = {1197--1208},
year = {2013},
NOcrossref = {DBLP:conf/sigmod/2013},
NOurl = {http://doi.acm.org/10.1145/2463676.2463712},
doi = {10.1145/2463676.2463712},
timestamp = {Wed, 26 Jun 2013 09:37:17 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sigmod/GhazalRHRPCJ13},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/hpca/WangZLZYHGJSZZLZLQ14,
author = {Lei Wang and
Jianfeng Zhan and
Chunjie Luo and
Yuqing Zhu and
Qiang Yang and
Yongqiang He and
Wanling Gao and
Zhen Jia and
Yingjie Shi and
Shujie Zhang and
Chen Zheng and
Gang Lu and
Kent Zhan and
Xiaona Li and
Bizhu Qiu},
title = {{BigDataBench}: {A} {B}ig {D}ata benchmark suite from internet services},
NObooktitle = {20th {IEEE} International Symposium on High Performance Computer Architecture,
{HPCA} 2014, Orlando, FL, USA, February 15-19, 2014},
booktitle = {{HPCA}},
pages = {488--499},
year = {2014},
NOcrossref = {DBLP:conf/hpca/2014},
NOurl = {http://dx.doi.org/10.1109/HPCA.2014.6835958},
doi = {10.1109/HPCA.2014.6835958},
timestamp = {Tue, 07 Oct 2014 17:26:19 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/hpca/WangZLZYHGJSZZLZLQ14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/wbdb/MingLGHYWZ13,
author = {Zijian Ming and
Chunjie Luo and
Wanling Gao and
Rui Han and
Qiang Yang and
Lei Wang and
Jianfeng Zhan},
title = {{BDGS:} {A} Scalable {B}ig {D}ata Generator Suite in {B}ig {D}ata Benchmarking},
NObooktitle = {Advancing Big Data Benchmarks - Proceedings of the 2013 Workshop Series
on Big Data Benchmarking, WBDB.cn, Xi'an, China, July 16-17, 2013
and WBDB.us, San Jos{\'{e}}, CA, USA, October 9-10, 2013 Revised
Selected Papers},
booktitle = {{WBDB}},
pages = {138--154},
year = {2013},
NOcrossref = {DBLP:conf/wbdb/2013},
NOurl = {http://dx.doi.org/10.1007/978-3-319-10596-3_11},
doi = {10.1007/978-3-319-10596-3_11},
timestamp = {Fri, 08 Jan 2016 17:51:29 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/wbdb/MingLGHYWZ13},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/icde/CiglanAH12,
author = {Marek Ciglan and
Alex Averbuch and
Ladislav Hluch{\'{y}}},
title = {Benchmarking Traversal Operations over Graph Databases},
NObooktitle = {Workshops Proceedings of the {IEEE} 28th International Conference
on Data Engineering, {ICDE} 2012, Arlington, VA, USA, April 1-5, 2012},
booktitle = {ICDE},
pages = {186--189},
year = {2012},
NOcrossref = {DBLP:conf/icde/2012w},
NOurl = {http://dx.doi.org/10.1109/ICDEW.2012.47},
doi = {10.1109/ICDEW.2012.47},
timestamp = {Sat, 09 Aug 2014 14:37:14 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/icde/CiglanAH12},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/sc/NaiXTKL15,
author = {Lifeng Nai and
Yinglong Xia and
Ilie Gabriel Tanase and
Hyesoon Kim and
Ching{-}Yung Lin},
title = {{GraphBIG}: {U}nderstanding graph computing in the context of industrial solutions},
NObooktitle = {Proceedings of the International Conference for High Performance Computing,
Networking, Storage and Analysis, {SC} 2015, Austin, TX, USA, November
15-20, 2015},
booktitle = {{SC}},
pages = {69:1--69:12},
year = {2015},
NOcrossref = {DBLP:conf/sc/2015},
NOurl = {http://doi.acm.org/10.1145/2807591.2807626},
doi = {10.1145/2807591.2807626},
timestamp = {Tue, 03 Nov 2015 13:08:57 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sc/NaiXTKL15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/bigdataconf/ElserM13,
author = {Benedikt Elser and
Alberto Montresor},
title = {An evaluation study of {BigData} frameworks for graph processing},
NObooktitle = {Proceedings of the 2013 {IEEE} International Conference on Big Data,
6-9 October 2013, Santa Clara, CA, {USA}},
booktitle = {{Big Data}},
pages = {60--67},
year = {2013},
NOcrossref = {DBLP:conf/bigdataconf/2013},
NOurl = {http://dx.doi.org/10.1109/BigData.2013.6691555},
doi = {10.1109/BigData.2013.6691555},
timestamp = {Fri, 02 Oct 2015 13:50:42 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/bigdataconf/ElserM13},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/wbdb/AmmarO13,
author = {Khaled Ammar and
M. Tamer {\"{O}}zsu},
title = {{WGB:} Towards a Universal Graph Benchmark},
NObooktitle = {Advancing Big Data Benchmarks - Proceedings of the 2013 Workshop Series
on Big Data Benchmarking, WBDB.cn, Xi'an, China, July 16-17, 2013
and WBDB.us, San Jos{\'{e}}, CA, USA, October 9-10, 2013 Revised
Selected Papers},
booktitle = {WBDB},
pages = {58--72},
year = {2013},
NOcrossref = {DBLP:conf/wbdb/2013},
NOurl = {http://dx.doi.org/10.1007/978-3-319-10596-3_6},
doi = {10.1007/978-3-319-10596-3_6},
timestamp = {Sun, 11 Jan 2015 11:28:10 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/wbdb/AmmarO13},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/pvldb/HanDAOWJ14,
author = {Minyang Han and
Khuzaima Daudjee and
Khaled Ammar and
M. Tamer {\"{O}}zsu and
Xingfang Wang and
Tianqi Jin},
title = {An Experimental Comparison of {P}regel-like Graph Processing Systems},
journal = {{PVLDB}},
volume = {7},
number = {12},
pages = {1047--1058},
year = {2014},
NOurl = {http://www.vldb.org/pvldb/vol7/p1047-han.pdf},
timestamp = {Thu, 07 Aug 2014 13:57:10 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/pvldb/HanDAOWJ14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/hipc/BaderM05,
author = {David A. Bader and
Kamesh Madduri},
title = {Design and Implementation of the {HPCS} {G}raph {A}nalysis {B}enchmark on Symmetric Multiprocessors},
booktitle = {HiPC},
series = {Lecture Notes in Computer Science},
volume = {3769},
pages = {465--476},
publisher = {Springer},
year = {2005},
NOurl = {https://doi.org/10.1007/11602569_48},
doi = {10.1007/11602569_48},
timestamp = {Tue, 14 May 2019 10:00:50 +0200},
biburl = {https://dblp.org/rec/bib/conf/hipc/BaderM05},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@misc{hoefler-greengraph500-isc14,
author={T. Hoefler},
title={{The Green Graph500 List}},
year={2014},
month={Jun.},
location={Leipzig, Germany},
source={http://www.unixer.de/~htor/publications/},
}
@article{DBLP:journals/ibmrd/ChecconiP13,
author = {Fabio Checconi and
Fabrizio Petrini},
title = {Massive data analytics: {T}he {G}raph 500 on {IBM} Blue Gene/Q},
journal = {{IBM} Journal of Research and Development},
volume = {57},
number = {1/2},
pages = {10},
year = {2013},
NOurl = {http://dx.doi.org/10.1147/JRD.2012.2232414},
doi = {10.1147/JRD.2012.2232414},
timestamp = {Fri, 23 Aug 2013 14:49:39 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/ibmrd/ChecconiP13},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/CapotaHIPEB14,
author = {Mihai Capota and
Tim Hegeman and
Alexandru Iosup and
Arnau Prat{-}P{\'{e}}rez and
Orri Erling and
Peter A. Boncz},
title = {Graphalytics: {A} Big Data Benchmark for Graph-Processing Platforms},
booktitle = {GRADES at SIGMOD},
pages = {7:1--7:6},
publisher = {{ACM}},
year = {2015},
NOurl = {https://doi.org/10.1145/2764947.2764954},
doi = {10.1145/2764947.2764954},
timestamp = {Tue, 06 Nov 2018 11:07:39 +0100},
biburl = {https://dblp.org/rec/bib/conf/sigmod/CapotaHIPEB14},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pvldb/IosupHNHPMCCSATXNB16,
author = {Alexandru Iosup and
Tim Hegeman and
Wing Lung Ngai and
Stijn Heldens and
Arnau Prat-P\'{e}rez and
Thomas Manhardt and
Hassan Chafi and
Mihai Capot\u{a} and
Narayanan Sundaram and
Michael Anderson and
Ilie Gabriel T\u{a}nase and
Yinglong Xia and
Lifeng Nai and
Peter Boncz},
title = {{LDBC Graphalytics}: {A} Benchmark for Large-Scale Graph Analysis on Parallel and Distributed Platforms},
journal = {{PVLDB}},
volume = {9},
number = {13},
pages = {1--12},
year = {2016}
}
@inproceedings{DBLP:conf/ccgrid/GuoVIE15,
author = {Yong Guo and
Ana Lucia Varbanescu and
Alexandru Iosup and
Dick H. J. Epema},
title = {An Empirical Performance Evaluation of {GPU}-Enabled Graph-Processing Systems},
NObooktitle = {15th {IEEE/ACM} International Symposium on Cluster, Cloud and Grid
Computing, CCGrid 2015, Shenzhen, China, May 4-7, 2015},
booktitle = {{CCGrid}},
pages = {423--432},
year = {2015},
NOcrossref = {DBLP:conf/ccgrid/2015},
NOurl = {http://dx.doi.org/10.1109/CCGrid.2015.20},
doi = {10.1109/CCGrid.2015.20},
timestamp = {Wed, 20 Jan 2016 09:35:28 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/ccgrid/GuoVIE15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/wbdb/IosupCHGNVV14,
author = {Alexandru Iosup and
Mihai Capota and
Tim Hegeman and
Yong Guo and
Wing Lung Ngai and
Ana Lucia Varbanescu and
Merijn Verstraaten},
title = {Towards Benchmarking IaaS and PaaS Clouds for Graph Analytics},
booktitle = {Big Data Benchmarking - 5th International Workshop, {WBDB} 2014, Potsdam,
Germany, August 5-6, 2014, Revised Selected Papers},
pages = {109--131},
year = {2014},
NOcrossref = {DBLP:conf/wbdb/2014},
NOurl = {http://dx.doi.org/10.1007/978-3-319-20233-4_11},
doi = {10.1007/978-3-319-20233-4_11},
timestamp = {Thu, 03 Sep 2015 11:21:30 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/wbdb/IosupCHGNVV14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/ipps/GuoBVIMW14,
author = {Yong Guo and
Marcin Biczak and
Ana Varbanescu and
Alexandru Iosup and
Claudio Martella and
Theodore Willke},
notitle = {How Well Do Graph-Processing Platforms Perform? An Empirical Performance},
title = {How Well Do Graph-Processing Platforms Perform?},
NObooktitle = {2014 {IEEE} 28th International Parallel and Distributed Processing
Symposium, Phoenix, AZ, USA, May 19-23, 2014},
booktitle = {{IPDPS}},
pages = {395--404},
year = {2014},
NOcrossref = {DBLP:conf/ipps/2014},
NOurl = {http://dx.doi.org/10.1109/IPDPS.2014.49},
doi = {10.1109/IPDPS.2014.49},
timestamp = {Thu, 23 Jul 2015 17:27:32 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/ipps/GuoBVIMW14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{raghavan2007near,
title={Near linear time algorithm to detect community structures in large-scale networks},
author={Raghavan, Usha and Albert, R{\'e}ka and Kumara, Soundar},
journal={Physical Review E},
volume={76},
number={3},
pages={036106},
year={2007},
publisher={APS}
}
@inproceedings{DBLP:conf/asplos/FerdmanAKVAJKPAF12,
author = {Michael Ferdman and
Almutaz Adileh and
Yusuf Kocberber and
Stavros Volos and
Mohammad Alisafaee and
Djordje Jevdjic and
Cansu Kaynak and
Adrian Popescu and
Anastasia Ailamaki and
Babak Falsafi},
title = {Clearing the clouds: {A} study of emerging scaleout workloads on modern hardware},
NObooktitle = {Proceedings of the 17th International Conference on Architectural
Support for Programming Languages and Operating Systems, {ASPLOS}
2012, London, UK, March 3-7, 2012},
booktitle = {{ASPLOS}},
pages = {37--48},
year = {2012},
NOcrossref = {DBLP:conf/asplos/2012},
NOurl = {http://doi.acm.org/10.1145/2150976.2150982},
doi = {10.1145/2150976.2150982},
timestamp = {Tue, 07 Apr 2015 18:52:40 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/asplos/FerdmanAKVAJKPAF12},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/wosp/EisenmanCMCFK16,
author = {Assaf Eisenman and
Ludmila Cherkasova and
Guilherme Magalhaes and
Qiong Cai and
Paolo Faraboschi and
Sachin Katti},
title = {Parallel Graph Processing: {P}rejudice and State of the Art},
NObooktitle = {Proceedings of the 7th {ACM/SPEC} International Conference on Performance
Engineering, {ICPE} 2016, Delft, The Netherlands, March 12-16, 2016},
booktitle = {{ICDE}},
pages = {85--90},
publisher = {{ACM}},
year = {2016},
NOurl = {https://doi.org/10.1145/2851553.2851572},
doi = {10.1145/2851553.2851572},
timestamp = {Sun, 02 Jun 2019 21:12:22 +0200},
biburl = {https://dblp.org/rec/bib/conf/wosp/EisenmanCMCFK16},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pvldb/LuCYW14,
author = {Yi Lu and
James Cheng and
Da Yan and
Huanhuan Wu},
title = {Large-Scale Distributed Graph Computing Systems: {A}n Experimental Evaluation},
journal = {{PVLDB}},
volume = {8},
number = {3},
pages = {281--292},
year = {2014},
url = {http://www.vldb.org/pvldb/vol8/p281-lu.pdf},
timestamp = {Wed, 17 Dec 2014 13:30:13 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/pvldb/LuCYW14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/SatishSPSPHSYD14,
author = {Nadathur Satish and
Narayanan Sundaram and
Mostofa Patwary and
Jiwon Seo and
Jongsoo Park and
M. Amber Hassaan and
Shubho Sengupta and
Zhaoming Yin and
Pradeep Dubey},
title = {Navigating the maze of graph analytics frameworks using massive datasets},
NObooktitle = {International Conference on Management of Data, {SIGMOD} 2014, Snowbird,
UT, USA, June 22-27, 2014},
booktitle = {{SIGMOD}},
pages = {979--990},
year = {2014},
NOcrossref = {DBLP:conf/sigmod/2014},
NOurl = {http://doi.acm.org/10.1145/2588555.2610518},
doi = {10.1145/2588555.2610518},
timestamp = {Sun, 22 Jun 2014 11:31:11 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sigmod/SatishSPSPHSYD14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/sc/HongDMLVC15,
author = {Sungpack Hong and
Siegfried Depner and
Thomas Manhardt and
Jan {Van Der Lugt} and
Merijn Verstraaten and
Hassan Chafi},
title = {{PGX.D:} {A} fast distributed graph processing engine},
NObooktitle = {Proceedings of the International Conference for High Performance Computing,
Networking, Storage and Analysis, {SC} 2015, Austin, TX, USA, November
15-20, 2015},
booktitle = {{SC}},
pages = {58:1--58:12},
year = {2015},
NOcrossref = {DBLP:conf/sc/2015},
NOurl = {http://doi.acm.org/10.1145/2807591.2807620},
doi = {10.1145/2807591.2807620},
timestamp = {Tue, 03 Nov 2015 13:08:57 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sc/HongDMLVC15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/osdi/GonzalezLGBG12,
author = {Joseph E. Gonzalez and
Yucheng Low and
Haijie Gu and
Danny Bickson and
Carlos Guestrin},
title = {{PowerGraph}: {D}istributed Graph-Parallel Computation on Natural Graphs},
booktitle = {{OSDI}},
pages = {17--30},
publisher = {{USENIX} Association},
year = {2012},
url = {https://www.usenix.org/conference/osdi12/technical-sessions/presentation/gonzalez},
timestamp = {Wed, 04 Jul 2018 13:06:35 +0200},
biburl = {https://dblp.org/rec/bib/conf/osdi/GonzalezLGBG12},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/osdi/GonzalezXDCFS14,
author = {Joseph E. Gonzalez and
Reynold S. Xin and
Ankur Dave and
Daniel Crankshaw and
Michael J. Franklin and
Ion Stoica},
title = {{GraphX}: {G}raph Processing in a Distributed Dataflow Framework},
booktitle = {{OSDI}},
pages = {599--613},
publisher = {{USENIX} Association},
year = {2014},
url = {https://www.usenix.org/conference/osdi14/technical-sessions/presentation/gonzalez},
timestamp = {Tue, 18 Nov 2014 17:21:14 +0100},
biburl = {https://dblp.org/rec/bib/conf/osdi/GonzalezXDCFS14},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/ase/DayarathnaS14,
author = {Miyuru Dayarathna and
Toyotaro Suzumura},
title = {Graph database benchmarking on cloud environments with {XGDBench}},
journal = {Autom. Softw. Eng.},
volume = {21},
number = {4},
pages = {509--533},
year = {2014},
NOurl = {http://dx.doi.org/10.1007/s10515-013-0138-7},
doi = {10.1007/s10515-013-0138-7},
timestamp = {Tue, 07 Oct 2014 15:25:10 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/ase/DayarathnaS14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/ArmstrongPBC13,
author = {Timothy Armstrong and
Vamsi Ponnekanti and
Dhruba Borthakur and
Mark Callaghan},
title = {{LinkBench:} {A} database benchmark based on the {F}acebook social graph},
NObooktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management
of Data, {SIGMOD} 2013, New York, NY, USA, June 22-27, 2013},
booktitle = {{SIGMOD}},
pages = {1185--1196},
year = {2013},
NOcrossref = {DBLP:conf/sigmod/2013},
NOurl = {http://doi.acm.org/10.1145/2463676.2465296},
doi = {10.1145/2463676.2465296},
timestamp = {Wed, 26 Jun 2013 09:37:17 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sigmod/ArmstrongPBC13},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/ErlingALCGPPB15,
author = {Orri Erling and
Alex Averbuch and
Josep{-}Lluis Larriba{-}Pey and
Hassan Chafi and
Andrey Gubichev and
Arnau Prat{-}P{\'{e}}rez and
Minh{-}Duc Pham and
Peter A. Boncz},
title = {The {LDBC} {S}ocial {N}etwork {B}enchmark: {I}nteractive Workload},
NObooktitle = {Proceedings of the 2015 {ACM} {SIGMOD} International Conference on
Management of Data, Melbourne, Victoria, Australia, May 31 - June
4, 2015},
booktitle = {{SIGMOD}},
pages = {619--630},
year = {2015},
NOcrossref = {DBLP:conf/sigmod/2015},
NOurl = {http://doi.acm.org/10.1145/2723372.2742786},
doi = {10.1145/2723372.2742786},
timestamp = {Thu, 12 Nov 2015 16:33:38 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sigmod/ErlingALCGPPB15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/semweb/AlucHOD14,
author = {G{\"{u}}nes Alu{\c{c}} and
Olaf Hartig and
M. Tamer {\"{O}}zsu and
Khuzaima Daudjee},
title = {Diversified Stress Testing of {RDF} Data Management Systems},
NObooktitle = {The Semantic Web - {ISWC} 2014 - 13th International Semantic Web Conference,
Riva del Garda, Italy, October 19-23, 2014. Proceedings, Part {I}},
booktitle = {{ISWC}},
pages = {197--212},
year = {2014},
NOcrossref = {DBLP:conf/semweb/2014-1},
NOurl = {http://dx.doi.org/10.1007/978-3-319-11964-9_13},
doi = {10.1007/978-3-319-11964-9_13},
timestamp = {Fri, 10 Oct 2014 14:01:06 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/semweb/AlucHOD14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/ws/GuoPH05,
author = {Yuanbo Guo and
Zhengxiang Pan and
Jeff Heflin},
title = {{LUBM:} {A} benchmark for {OWL} knowledge base systems},
journal = {J. Web Semant.},
volume = {3},
number = {2-3},
pages = {158--182},
year = {2005},
NOurl = {http://dx.doi.org/10.1016/j.websem.2005.06.005},
doi = {10.1016/j.websem.2005.06.005},
timestamp = {Tue, 04 Jul 2006 15:06:05 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/ws/GuoPH05},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/ijswis/BizerS09,
author = {Christian Bizer and
Andreas Schultz},
title = {The {Berlin} {SPARQL} Benchmark},
journal = {Int. J. Semantic Web Inf. Syst.},
volume = {5},
number = {2},
pages = {1--24},
year = {2009},
NOurl = {http://dx.doi.org/10.4018/jswis.2009040101},
doi = {10.4018/jswis.2009040101},
timestamp = {Fri, 09 Nov 2012 14:42:10 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/ijswis/BizerS09},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/icde/SchmidtHLP09,
author = {Michael Schmidt and
Thomas Hornung and
Georg Lausen and
Christoph Pinkel},
title = {{SP2Bench}: {A} {SPARQL} Performance Benchmark},
NObooktitle = {Proceedings of the 25th International Conference on Data Engineering,
{ICDE} 2009, March 29 2009 - April 2 2009, Shanghai, China},
booktitle = {{ICDE}},
pages = {222--233},
year = {2009},
NOcrossref = {DBLP:conf/icde/2009},
NOurl = {http://dx.doi.org/10.1109/ICDE.2009.28},
doi = {10.1109/ICDE.2009.28},
timestamp = {Thu, 22 Oct 2015 14:02:54 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/icde/SchmidtHLP09},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/pvldb/SundaramSPDAV0D15,
author = {Narayanan Sundaram and
Nadathur Satish and
Md. Mostofa Ali Patwary and
Subramanya Dulloor and
Michael J. Anderson and
Satya Gautam Vadlamudi and
Dipankar Das and
Pradeep Dubey},
title = {{GraphMat}: {H}igh performance graph analytics made productive},
journal = {{PVLDB}},
volume = {8},
number = {11},
pages = {1214--1225},
year = {2015},
NOurl = {http://www.vldb.org/pvldb/vol8/p1214-sundaram.pdf},
doi = {10.14778/2809974.2809983},
timestamp = {Thu, 16 Aug 2018 11:33:43 +0200},
biburl = {https://dblp.org/rec/bib/journals/pvldb/SundaramSPDAV0D15},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/XinGFS13,
author = {Reynold S. Xin and
Joseph E. Gonzalez and
Michael J. Franklin and
Ion Stoica},
title = {{GraphX}: {A} resilient distributed graph system on {Spark}},
booktitle = {GRADES at SIGMOD},
year = {2013},
doi = {10.1145/2484425.2484427},
timestamp = {Fri, 13 Sep 2013 14:49:35 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sigmod/XinGFS13},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/MalewiczABDHLC10,
author = {Grzegorz Malewicz and
Matthew H. Austern and
Aart J. C. Bik and
James C. Dehnert and
Ilan Horn and
Naty Leiser and
Grzegorz Czajkowski},
title = {Pregel: {A} system for large-scale graph processing},
NObooktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management
of Data, {SIGMOD} 2010, Indianapolis, Indiana, USA, June 6-10, 2010},
booktitle = {{SIGMOD}},
pages = {135--146},
year = {2010},
NOcrossref = {DBLP:conf/sigmod/2010},
NOurl = {http://doi.acm.org/10.1145/1807167.1807184},
doi = {10.1145/1807167.1807184},
timestamp = {Mon, 07 Jun 2010 08:03:40 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sigmod/MalewiczABDHLC10},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/ijhpca/BasneyL99,
author = {Jim Basney and
Miron Livny},
title = {Improving Goodput by Coscheduling {CPU} and Network Capacity},
journal = {{IJHPCA}},
volume = {13},
number = {3},
pages = {220--230},
year = {1999},
NOurl = {http://dx.doi.org/10.1177/109434209901300305},
doi = {10.1177/109434209901300305},
timestamp = {Mon, 03 Nov 2014 16:51:44 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/ijhpca/BasneyL99},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/jpdc/JavadiKIE13,
author = {Bahman Javadi and
Derrick Kondo and
Alexandru Iosup and
Dick H. J. Epema},
title = {The Failure Trace Archive: {E}nabling the comparison of failure measurements
and models of distributed systems},
journal = {J. Parallel Distrib. Comput.},
volume = {73},
number = {8},
pages = {1208--1223},
year = {2013},
NOurl = {http://dx.doi.org/10.1016/j.jpdc.2013.04.002},
doi = {10.1016/j.jpdc.2013.04.002},
timestamp = {Sun, 30 Jun 2013 20:24:56 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/jpdc/JavadiKIE13},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/ccgrid/IosupYE11,
author = {Alexandru Iosup and
Nezih Yigitbasi and
Dick H. J. Epema},
title = {On the Performance Variability of Production Cloud Services},
NObooktitle = {11th {IEEE/ACM} International Symposium on Cluster, Cloud and Grid
Computing, CCGrid 2011, Newport Beach, CA, USA, May 23-26, 2011},
booktitle = {{CCGRID}},
pages = {104--113},
year = {2011},
NOcrossref = {DBLP:conf/ccgrid/2011},
NOurl = {http://dx.doi.org/10.1109/CCGrid.2011.22},
doi = {10.1109/CCGrid.2011.22},
timestamp = {Wed, 20 Jan 2016 09:35:29 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/ccgrid/IosupYE11},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/hpdc/ZotkinK99,
author = {Dmitry N. Zotkin and
Peter J. Keleher},
title = {Job-Length Estimation and Performance in Backfilling Schedulers},
NObooktitle = {Proceedings of the Eighth {IEEE} International Symposium on High Performance
Distributed Computing, HPDC'99, Redondo Beach, California, USA, August
3-6, 1999.},
booktitle = {{HPDC}},
pages = {236--243},
year = {1999},
NOcrossref = {DBLP:conf/hpdc/1999},
NOurl = {http://dx.doi.org/10.1109/HPDC.1999.805303},
doi = {10.1109/HPDC.1999.805303},
timestamp = {Thu, 07 Aug 2014 20:35:57 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/hpdc/ZotkinK99},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@misc{das5,
author={Advanced School for Computing and Imaging},
title={{DAS-5: Distributed ASCI Supercomputer 5}},
howpublished={\url{http://cs.vu.nl/das5}},
noyear={2015}
}
@article{page1999pagerank,
title={The {PageRank} citation ranking: {Bringing} order to the {Web}.},
author={Page, Lawrence and Brin, Sergey and Motwani, Rajeev and Winograd, Terry},
year={1999},
publisher={Stanford InfoLab}
}
@inproceedings{DBLP:conf/cidr/FanRP15,
author = {Jing Fan and
Adalbert Gerald Soosai Raj and
Jignesh M. Patel},
title = {The Case Against Specialized Graph Analytics Engines},
booktitle = {CIDR},
year = {2015},
url = {http://cidrdb.org/cidr2015/Papers/CIDR15_Paper20.pdf},
timestamp = {Thu, 29 Jun 2017 19:21:40 +0200},
biburl = {https://dblp.org/rec/bib/conf/cidr/FanRP15},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pvldb/JindalR0MDS14,
author = {Alekh Jindal and
Praynaa Rawlani and
Eugene Wu and
Samuel Madden and
Amol Deshpande and
Mike Stonebraker},
title = {{VERTEXICA:} Your Relational Friend for Graph Analytics!},
journal = {{PVLDB}},
volume = {7},
number = {13},
pages = {1669--1672},
year = {2014},
NOurl = {http://www.vldb.org/pvldb/vol7/p1669-jindal.pdf},
doi = {10.14778/2733004.2733057},
timestamp = {Thu, 16 Aug 2018 11:33:44 +0200},
biburl = {https://dblp.org/rec/bib/journals/pvldb/JindalR0MDS14},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@misc{snapnets,
author = {Jure Leskovec and Andrej Krevl},
title = {{SNAP Datasets}: {Stanford} Large Network Dataset Collection},
howpublished = {\url{http://snap.stanford.edu/data}},
nomonth = {jun},
noyear = {2014}
}
@inproceedings{DBLP:conf/netgames/GuoI12,
author = {Yong Guo and
Alexandru Iosup},
title = {The {G}ame {T}race {A}rchive},
booktitle = {NETGAMES},
pages = {1--6},
publisher = {{IEEE}},
year = {2012},
NOurl = {https://doi.org/10.1109/NetGames.2012.6404027},
doi = {10.1109/NetGames.2012.6404027},
timestamp = {Sun, 02 Jun 2019 21:17:41 +0200},
biburl = {https://dblp.org/rec/bib/conf/netgames/GuoI12},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/icwsm/ChaHBG10,
author = {Meeyoung Cha and
Hamed Haddadi and
Fabr{\'{\i}}cio Benevenuto and
P. Krishna Gummadi},
title = {Measuring User Influence in {T}witter: {T}he Million Follower Fallacy},
NObooktitle = {Proceedings of the Fourth International Conference on Weblogs and
Social Media, {ICWSM} 2010, Washington, DC, USA, May 23-26, 2010},
booktitle = {ICWSM},
publisher = {The {AAAI} Press},
year = {2010},
url = {http://www.aaai.org/ocs/index.php/ICWSM/ICWSM10/paper/view/1538},
timestamp = {Wed, 01 Sep 2010 13:23:29 +0200},
biburl = {https://dblp.org/rec/bib/conf/icwsm/ChaHBG10},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sc/HoeflerB15,
author = {Torsten Hoefler and
Roberto Belli},
title = {Scientific benchmarking of parallel computing systems: {T}welve ways
to tell the masses when reporting performance results},
NObooktitle = {Proceedings of the International Conference for High Performance Computing,
Networking, Storage and Analysis, {SC} 2015, Austin, TX, USA, November
15-20, 2015},
booktitle = {{SC}},
pages = {73:1--73:12},
year = {2015},
NOcrossref = {DBLP:conf/sc/2015},
NOurl = {http://doi.acm.org/10.1145/2807591.2807644},
doi = {10.1145/2807591.2807644},
timestamp = {Tue, 03 Nov 2015 13:08:57 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sc/HoeflerB15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/grades/NgaiHHI17,
author = {Wing Lung Ngai and
Tim Hegeman and
Stijn Heldens and
Alexandru Iosup},
title = {Granula: {T}oward Fine-grained Performance Analysis of Large-scale Graph Processing Platforms},
booktitle = {GRADES at SIGMOD},
pages = {8:1--8:6},
publisher = {{ACM}},
year = {2017},
NOurl = {https://doi.org/10.1145/3078447.3078455},
doi = {10.1145/3078447.3078455},
timestamp = {Tue, 06 Nov 2018 16:58:01 +0100},
biburl = {https://dblp.org/rec/bib/conf/grades/NgaiHHI17},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{David1960,
title={The Method of Paired Comparisons},
author={David, H. A.},
booktitle={Fifth Conference on the Design of Experiments in Army Research Development and Testing},
pages={1--17},
year={1960},
organization={US Army Office of Ordnance Research}
}
@ARTICLE{Thurstone1927,
AUTHOR = {Thurstone, Louis Leon},
TITLE = {Psychophysical Analysis},
JOURNAL = {American Journal of Psychology},
VOLUME = {38},
pages = {368-89},
YEAR = {1927} }
@article{david1987ranking,
title={{Ranking from unbalanced paired-comparison data}},
author={David, Herbert A.},
journal={Biometrika},
volume={74},
pages={432--436},
year={1987}
}