-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bib
1503 lines (1338 loc) · 49 KB
/
bibliography.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
@Misc{ Artho03,
author = "C. Artho and K. Havelund and A. Biere",
title = "High-Level Data Races",
text = "C. Artho, K. Havelund, and A. Biere. High-Level Data Races. In VVEIS'03, The First International Workshop on Verification and Validation of Enterprise Information Systems, April 2003. Angers, France.",
year = "2003",
url = "citeseer.ist.psu.edu/artho03highlevel.html"
}
@InProceedings{ Artho04,
author = "Cyrille Artho and Klaus Havelund and Armin Biere",
title = "Using Block-Local Atomicity to Detect Stale-Value Concurrency Errors",
booktitle = "ATVA",
year = "2004",
pages = "150--164",
crossref = "DBLP:conf/atva/2004",
bibsource = "DBLP, http://dblp.uni-trier.de",
ee = "http://springerlink.metapress.com/openurl.asp?genre=article{\&}issn=0302-9743{\&}volume=3299{\&}spage=150"
}
@Article{ Beckman08,
title = "Verifying Correct Usage of Atomic Blocks and Typestate",
author = "Nels E. Beckman and Kevin Bierhoff and Jonathan Aldrich",
publisher = "ACM",
address = "New York, NY, USA",
journal = "SIGPLAN Not.",
pages = "227--244",
volume = "43",
number = "10",
year = "2008",
issn = "0362-1340",
doi = "http://doi.acm.org/10.1145/1449955.1449783"
}
@InProceedings{ Flanagan04,
author = "Cormac Flanagan and Stephen N Freund",
title = "Atomizer: a dynamic atomicity checker for multithreaded programs",
booktitle = "POPL '04: Proceedings of the 31st ACM SIGPLAN-SIGACT symposium on Principles of programming languages",
year = "2004",
isbn = "1-58113-729-X",
pages = "256--267",
location = "Venice, Italy",
doi = "http://doi.acm.org/10.1145/964001.964023",
publisher = "ACM",
address = "New York, NY, USA"
}
@Misc{ IBM-Rep,
title = "{IBM's Concurrency Testing Repository}"
}
@InProceedings{ Praun03,
author = "Christoph {von Praun} and Thomas R. Gross",
title = "Static Detection of Atomicity Violations in Object-Oriented Programs",
booktitle = "Journal of Object Technology",
year = "2003",
pages = "2004"
}
@InProceedings{ Shavit95,
author = "Nir Shavit and Dan Touitou",
title = "Software transactional memory",
booktitle = "PODC '95: Proceedings of the fourteenth annual ACM symposium on Principles of distributed computing",
year = "1995",
isbn = "0-89791-710-3",
pages = "204--213",
location = "Ottowa, Ontario, Canada",
doi = "http://doi.acm.org/10.1145/224964.224987",
publisher = "ACM",
address = "New York, NY, USA"
}
@Book{ Silberschatz06,
author = "Abraham Silberschatz and Henry F. Korth and S. Sudarshan",
title = "Database System Concepts",
publisher = "McGraw-Hill",
year = "2006",
edition = "Fifth",
isbn = "007-124476-X"
}
@Book{ Moss85,
author = "J. Eliot B. Moss",
title = "Nested transactions: an approach to reliable distributed computing",
year = "1985",
isbn = "0-262-13200-1",
publisher = "Massachusetts Institute of Technology",
address = "Cambridge, MA, USA"
}
@Proceedings{ DBLP:conf/atva/2004,
editor = "Farn Wang",
title = "Automated Technology for Verification and Analysis: Second International Conference, ATVA 2004, Taipei, Taiwan, ROC, October 31-November 3, 2004. Proceedings",
booktitle = "ATVA",
publisher = "Springer",
series = "Lecture Notes in Computer Science",
volume = "3299",
year = "2004",
isbn = "3-540-23610-4",
bibsource = "DBLP, http://dblp.uni-trier.de"
}
%%% ACABOU O TEMPLATE
@Eprint{AnzarootPBM14,
author = {Sam Anzaroot and
Alexandre Passos and
David Belanger and
Andrew McCallum},
title = {Learning Soft Linear Constraints with Application to
Citation Field Extraction},
year = {2014},
archivePrefix = {arXiv},
eprint = {1403.1349},
}
@inproceedings{Hagerup1993,
title = {Maintaining Discrete Probability Distributions Optimally},
author = {Hagerup, Torben and Mehlhorn, Kurt and Munro, J. Ian},
booktitle = {Proceedings of the 20th International Colloquium on Automata, Languages and Programming},
series = {Lecture Notes in Computer Science},
volume = {700},
pages = {253--264},
year = {1993},
publisher = {Springer-Verlag},
address = {Berlin},
}
@misc{hammerdb,
title={HammerDB: the open source oracle load test tool, 2012},
author={Shaw, S}
}
@book{2018stat,
author = "International Telecommunication Union",
title = "Measuring the Information Society Report 2018",
year = "2018",
pages = 201,
url = "https://www.itu-ilibrary.org/content/publication/pub-8114a552-en",
doi = "https://doi.org/http://handle.itu.int/11.1002/pub/8114a552-en"
}
@book{CCOAL18
, title = {The Cloud begins with coal}
, author = {Mark P. Mills}
, publisher = {Digital Power Group}
, year = {2013}
}
@thesis{portela2016,
author = {Portela, Carlos Gustavo Ferreira Araújo},
title = {Modelação de consumo de energia em Linux},
year = {2016}
}
@article{trends,
author = {Avgerinou, Maria and Bertoldi, Paolo and Castellazzi, Luca},
year = {2017},
pages = {1470},
title = {Trends in Data Centre Energy Consumption under the European Code of Conduct for Data Centre Energy Efficiency},
volume = {10},
journal = {Energies},
doi = {10.3390/en10101470}
}
@online{DBR, title={DB-Engines Ranking}, url={https://db-engines.com/en/ranking}, journal={DB-Engines Ranking}}
@article{raplpref,
author = {Khan, Kashif and Hirki, Mikael and Niemi, Tapio and Nurminen, Jukka and Ou, Zhonghong},
year = {2018},
month = {01},
pages = {},
title = {RAPL in Action: Experiences in Using RAPL for Power Measurements},
volume = {3},
journal = {ACM Transactions on Modeling and Performance Evaluation of Computing Systems (TOMPECS)},
doi = {10.1145/3177754}
}
@inproceedings{raplpref2,
author = {Desrochers, Spencer and Paradis, Chad and Weaver, Vincent},
year = {2016},
month = {10},
pages = {455-470},
title = {A Validation of DRAM RAPL Power Measurements},
doi = {10.1145/2989081.2989088}
}
@INPROCEEDINGS{energypapi, author={V. M. {Weaver} and M. {Johnson} and K. {Kasichayanula} and J. {Ralph} and P. {Luszczek} and D. {Terpstra} and S. {Moore}}, booktitle={2012 41st International Conference on Parallel Processing Workshops}, title={Measuring Energy and Power with PAPI}, year={2012}, volume={}, number={}, pages={262-268},}
@misc{dimitrov2015intel,
title={Intel{\textregistered} power governor},
author={Dimitrov, Martin and Strickland, Carl and Kim, Seung-Woo and Kumar, Karthik and Doshi, Kshitij},
year={2015}
}
@article{intel64and,
title={and IA-32 architectures software developer’s manual},
author={Intel, Intel},
journal={Volume 3A: System Programming Guide, Part},
volume={1},
number={64},
pages={64},
year={64}
}
%boxplot
@article{doi:10.7326/0003-4819-110-11-916,
title = {The Box Plot: A Simple Visual Method to Interpret Data},
journal = {Annals of Internal Medicine},
volume = {110},
number = {11},
pages = {916-921},
year = {1989},
doi = {10.7326/0003-4819-110-11-916},
note ={PMID: 2719423},
URL = {
https://www.acpjournals.org/doi/abs/10.7326/0003-4819-110-11-916
},
eprint = {
https://www.acpjournals.org/doi/pdf/10.7326/0003-4819-110-11-916
}
}
%codd
@article{codd, title={A relational model of data for large shared data banks}, volume={13}, DOI={10.1145/362384.362685}, number={6}, journal={Communications of the ACM}, author={Codd, E. F.}, year={1970}, month={01}}
%database
@inproceedings{Prabhjot2017OverviewOT,
title={Overview of the Database Management System},
author={Prabhjot Prabhjot and Neha V. Sharma},
year={2017}
}
%database
@book{gehrke_2002, title={Database management systems}, publisher={Mcgraw-hill Education - Europe}, author={Gehrke, Johannes}, year={2002}}
%International System
@book{taylor_1991, place={Washington}, title={The international system of units}, publisher={US G.P.O.}, author={Taylor, B. N.}, year={1991}}
%energy
@phdthesis{o2017topics,
title={Topics in Power Usage in Network Services},
author={O'Dwyer, Karl James},
year={2017},
school={National University of Ireland Maynooth}
}
%analise de base de dados com hammerdb
@article{elgrablyanalise,
title={UMA AN{\'A}LISE EXPERIMENTAL ENTRE SISTEMAS GERENCIADORES DE BANCO DE DADOS OPEN SOURCE.},
author={Elgrably, Isaac Souza}
}
% Analise da perfomance
@article{knoche2016combining,
title={Combining Application-Level and Database-Level Monitoring to Analyze the Performance Impact of Database Lock Contention},
author={Knoche, Holger},
year={2016}
}
%recomenda e ensina a usar o hammerdb
@book{scalzo2018database,
title={Database Benchmarking and Stress Testing: An Evidence-Based Approach to Decisions on Architecture and Technology},
author={Scalzo, Bert},
year={2018},
publisher={Apress}
}
%BENCHMARK
@InProceedings{benchmarkchen,
author="Chen, Yong
and Xie, Xuanzhong
and Wu, Jiayin",
editor="Cheng, Reynold
and Cui, Bin
and Zhang, Zhenjie
and Cai, Ruichu
and Xu, Jia",
title="A Benchmark Evaluation of Enterprise Cloud Infrastructure",
booktitle="Web Technologies and Applications",
year="2015",
publisher="Springer International Publishing",
address="Cham",
pages="832--840",
abstract="As cloud computing matures in enterprise IT system, agile and scalable evaluation of cloud infrastructure becomes critical. A lightweight benchmark approach is introduced, to meet the requirement of low cost, scalability and relevance of typical enterprise environment. Benchmark results are analyzed and compared to industry benchmark data, conclusion is given on implementing a scientific evaluation of enterprise cloud infrastructure.",
isbn="978-3-319-25255-1"
}
%use hammerdb
@article{ali2019persistent,
title={Persistent Memory Performance in vSphere 6.7},
author={Ali, Qasim and Yedlapalli, Praveen},
year={2019}
}
%dell usa hammerdb
@inproceedings{yu2015design,
title={Design and architecture of dell acceleration appliances for database (DAAD): A practical approach with high availability guaranteed},
author={Yu, Kai and Gao, Yuxiang and Zhang, Peng and Qiu, Meikang},
booktitle={2015 IEEE 17th international conference on high performance computing and communications, 2015 IEEE 7th international symposium on cyberspace safety and security, and 2015 IEEE 12th international conference on embedded software and systems},
pages={430--435},
year={2015},
organization={IEEE}
}
%hammerdb na predict de energy
@phdthesis{koccak2018software,
title={SOFTWARE ENERGY CONSUMPTION PREDICTION USING SOFTWARE CODE METRICS},
author={Ko{\c{c}}ak, Sedef Akinli},
year={2018},
school={Ryerson University}
}
%TPPC Manual
@article{council2010tpc,
title={TPC BENCHMARK C Standard Specification Revision 5.11.0},
author={Council, Transaction Processing Performance},
year={2010}
}
%tpp-c energgy costa
@article{powerconsumptiontppc,
author = {Poess, Meikel and Nambiar, Raghu},
year = {2008},
month = {08},
pages = {1229-1240},
title = {Energy cost, the key challenge of today's data centers: A power consumption analysis of TPC-C results},
volume = {1},
journal = {PVLDB}
}
%speccpu
@article{henning2006spec,
title={SPEC CPU2006 benchmark descriptions},
author={Henning, John L},
journal={ACM SIGARCH Computer Architecture News},
volume={34},
number={4},
pages={1--17},
year={2006},
publisher={ACM New York, NY, USA}
}
%databse
@inproceedings{bachman,
author = {Bachman, Charles W. and Daya, Manilal},
title = {The Role Concept in Data Models},
year = {1977},
publisher = {VLDB Endowment},
booktitle = {Proceedings of the Third International Conference on Very Large Data Bases - Volume 3},
pages = {464–476},
numpages = {13},
location = {Tokyo, Japan},
series = {VLDB '77}
}
@article{haigh2016charles,
title={How Charles Bachman invented the DBMS, a foundation of our digital world},
author={Haigh, Thomas},
journal={Communications of the ACM},
volume={59},
number={7},
pages={25--30},
year={2016},
publisher={ACM New York, NY, USA}
}
%artigo do codd the pratical
@article{codd2,
author = {Codd, E. F.},
title = {Relational Database: A Practical Foundation for Productivity},
year = {1982},
issue_date = {Feb 1982},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {25},
number = {2},
issn = {0001-0782},
url = {https://doi.org/10.1145/358396.358400},
doi = {10.1145/358396.358400},
journal = {Commun. ACM},
month = feb,
pages = {109–117},
numpages = {9},
keywords = {productivity, relational model, relational database, data integrity, data manipulation, data structure, database}
}
%begg database bd biblo
@book{begg,
author = {Connolly, Thomas M. and Begg, Carolyn E. and Strachan, Anne D.},
title = {Database Systems: A Practical Approach to Design, Implementation and Management},
year = {1996},
isbn = {0201422778},
publisher = {Addison Wesley Longman Publishing Co., Inc.},
address = {USA}
}
%Beginning SQL Queries
@book{bsql,
author = {Churcher, Clare},
title = {Beginning SQL Queries: From Novice to Professional (Beginning from Novice to Professional)},
year = {2008},
isbn = {1590599438},
publisher = {Apress},
address = {USA},
}
%codd
@article{10.1145/320107.320109,
author = {Codd, E. F.},
title = {Extending the Database Relational Model to Capture More Meaning},
year = {1979},
issue_date = {Dec. 1979},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {4},
number = {4},
issn = {0362-5915},
url = {https://doi.org/10.1145/320107.320109},
doi = {10.1145/320107.320109},
abstract = {During the last three or four years several investigators have been exploring “semantic models” for formatted databases. The intent is to capture (in a more or less formal way) more of the meaning of the data so that database design can become more systematic and the database system itself can behave more intelligently. Two major thrusts are clear.In this paper we propose extensions to the relational model to support certain atomic and molecular semantics. These extensions represent a synthesis of many ideas from the published work in semantic modeling plus the introduction of new rules for insertion, update, and deletion, as well as new algebraic operators.},
journal = {ACM Trans. Database Syst.},
month = dec,
pages = {397–434},
numpages = {38},
keywords = {relatinal database, entity model, relational model, knowledge representation, conceptual schema, semantic model, relation, relational schema, data semantics, database schema, knowledge base, database, data model, conceptual model}
}
%acid
@article{10.1145/289.291,
author = {Haerder, Theo and Reuter, Andreas},
title = {Principles of Transaction-Oriented Database Recovery},
year = {1983},
issue_date = {December 1983},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {15},
number = {4},
issn = {0360-0300},
url = {https://doi.org/10.1145/289.291},
doi = {10.1145/289.291},
journal = {ACM Comput. Surv.},
month = dec,
pages = {287–317},
numpages = {31}
}
%nosql
@misc{wuoverview,
title={An Overview of Present NoSQL Solutions and Features},
author={Wu, Tak-Lon Stephen},
publisher={Citeseer}
}
%nosqlsurvey
@inproceedings{han2011survey,
title={Survey on NoSQL database},
author={Han, Jing and Haihong, Ee and Le, Guan and Du, Jian},
booktitle={2011 6th international conference on pervasive computing and applications},
pages={363--366},
year={2011},
organization={IEEE}
}
%sqlnosql
@article{breiefreview,
author = {Vyawahare, Harsha},
year = {2018},
month = {07},
pages = {},
title = {Brief Review on SQL and NoSQL}
}
@misc{NoSQLRel28:online,
author = {Carlo Strozzi},
title = {NoSQL Relational Database Management System: HomePage},
howpublished = {\url{http://www.strozzi.it/cgi-bin/CSA/tw7/I/en_US/nosql/HomePage}},
month = {},
year = {},
note = {}
}
@article{nosqlchoose,
author = {Khazaei, Hamzeh and Fokaefs, Marios and Zareian, Saeed and Beigi, Nasim and Ramprasad, Brian and Shtern, Mark and Gaikwad, Purwa and Litoiu, Marin},
year = {2015},
month = {10},
pages = {},
title = {How do I choose the right NoSQL solution? A comprehensive theoretical and experimental survey},
volume = {2},
journal = {Journal of Big Data and Information Analytics (BDIA)},
doi = {10.3934/bdia.2016004}
}
%bigdata
@article{chen2014big,
title={Big data: A survey},
author={Chen, Min and Mao, Shiwen and Liu, Yunhao},
journal={Mobile networks and applications},
volume={19},
number={2},
pages={171--209},
year={2014},
publisher={Springer}
}
@article{https://doi.org/10.1002/cpe.3398,
author = {Casado, Rubén and Younas, Muhammad},
title = {Emerging trends and technologies in big data processing},
journal = {Concurrency and Computation: Practice and Experience},
volume = {27},
number = {8},
pages = {2078-2091},
keywords = {Big Data, processing paradigms, NoSQL},
doi = {https://doi.org/10.1002/cpe.3398},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/cpe.3398},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/cpe.3398},
year = {2015}
}
@article{cattell2011scalable,
title={Scalable SQL and NoSQL data stores},
author={Cattell, Rick},
journal={Acm Sigmod Record},
volume={39},
number={4},
pages={12--27},
year={2011},
publisher={ACM New York, NY, USA}
}
@article{nosqlsyed,
author = {Moniruzzaman, A B M and Hossain, Syed},
year = {2013},
month = {06},
pages = {},
title = {NoSQL Database: New Era of Databases for Big data Analytics - Classification, Characteristics and Comparison},
volume = {6},
journal = {Int J Database Theor Appl}
}
@article{gilbert2012perspectives,
title={Perspectives on the CAP Theorem},
author={Gilbert, Seth and Lynch, Nancy},
journal={Computer},
volume={45},
number={2},
pages={30--36},
year={2012},
publisher={IEEE}
}
%cap
@inproceedings{brewer2000towards,
title={Towards robust distributed systems},
author={Brewer, Eric A},
booktitle={PODC},
volume={7},
number={10.1145},
pages={343477--343502},
year={2000},
organization={Portland, OR}
}
%cap2
@article{ericcap12,
author = {Brewer, Eric},
year = {2012},
month = {02},
pages = {23-29},
title = {CAP Twelve years later: How the "Rules" have Changed},
volume = {45},
journal = {Computer},
doi = {10.1109/MC.2012.37}
}
@article{base,
author = {Pritchett, Dan},
title = {BASE: An Acid Alternative: In Partitioned Databases, Trading Some Consistency for Availability Can Lead to Dramatic Improvements in Scalability.},
year = {2008},
issue_date = {May/June 2008},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {6},
number = {3},
issn = {1542-7730},
url = {https://doi.org/10.1145/1394127.1394128},
doi = {10.1145/1394127.1394128},
abstract = {Web applications have grown in popularity over the past decade. Whether you are building an application for end users or application developers (i.e., services), your hope is most likely that your application will find broad adoption and with broad adoption will come transactional growth. If your application relies upon persistence, then data storage will probably become your bottleneck.},
journal = {Queue},
month = may,
pages = {48–55},
numpages = {8}
}
@ARTICLE{5410700,
author={N. {Leavitt}},
journal={Computer},
title={Will NoSQL Databases Live Up to Their Promise?},
year={2010},
volume={43},
number={2},
pages={12-14},
doi={10.1109/MC.2010.58}}
@inproceedings{li2013performance,
title={A performance comparison of SQL and NoSQL databases},
author={Li, Yishan and Manoharan, Sathiamoorthy},
booktitle={2013 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM)},
pages={15--19},
year={2013},
organization={IEEE}
}
@book{Startednosql,
author = {Vaish, Gaurav},
title = {Getting Started with NoSQL},
year = {2013},
isbn = {1849694982},
publisher = {Packt Publishing},
}
@book{tiwari_2011, place={Hoboken, NJ}, title={Professional NoSQL}, publisher={Wiley}, author={Tiwari, Shashank}, year={2011}}
@unpublished{sabrina1448,
editor = {Manfred Reichert and R{\"u}diger Pryss},
month = {12},
title = {Design and Implementation of a NoSQL-concept for an international and multicentral clinical database},
school = {Ulm University},
author = {Tim Mohring},
year = {2016},
url = {http://dbis.eprints.uni-ulm.de/1448/},
}
@inproceedings{vera2015data,
title={Data modeling for NoSQL document-oriented databases},
author={Vera, Harley and Boaventura, W and Holanda, M and Guimaraes, V and Hondo, F},
booktitle={CEUR Workshop Proceedings},
volume={1478},
pages={129--135},
year={2015}
}
@INPROCEEDINGS{6313676,
author={R. {Angles}},
booktitle={2012 IEEE 28th International Conference on Data Engineering Workshops},
title={A Comparison of Current Graph Database Models},
year={2012},
volume={},
number={},
pages={171-177},
doi={10.1109/ICDEW.2012.31}}
@article{angles2008survey,
title={Survey of graph database models},
author={Angles, Renzo and Gutierrez, Claudio},
journal={ACM Computing Surveys (CSUR)},
volume={40},
number={1},
pages={1--39},
year={2008},
publisher={ACM New York, NY, USA}
}
@article{abadi2009column,
title={Column-oriented database systems},
author={Abadi, Daniel J and Boncz, Peter A and Harizopoulos, Stavros},
journal={Proceedings of the VLDB Endowment},
volume={2},
number={2},
pages={1664--1665},
year={2009},
publisher={VLDB Endowment}
}
@article{WEYL1975279,
title = "A modular self-describing clinical databank system",
journal = "Computers and Biomedical Research",
volume = "8",
number = "3",
pages = "279 - 293",
year = "1975",
issn = "0010-4809",
doi = "https://doi.org/10.1016/0010-4809(75)90045-2",
url = "http://www.sciencedirect.com/science/article/pii/0010480975900452",
author = "Stephen Weyl and James Fries and Gio Wiederhold and Frank Germano",
}
@article{makingitgreen,
author = {Murugesan, San},
year = {2010},
month = {05},
pages = {4 - 5},
title = {Making IT green},
volume = {12},
journal = {IT Professional},
doi = {10.1109/MITP.2010.60}
}
%%%%%%%%%%%%%%%%%%%%%%%Green software%%%%%%%%%%%%
@inproceedings{javaenergy,
author = {Pereira, Rui and Couto, Marco and Saraiva, João and Cunha, Jácome and Fernandes, João},
year = {2016},
month = {02},
pages = {15-21},
title = {The Influence of the Java Collection Framework on Overall Energy Consumption},
doi = {10.1145/2896967.2896968}
}
@inproceedings{10.1145/3125374.3125382,
author = {Couto, Marco and Pereira, Rui and Ribeiro, Francisco and Rua, Rui and Saraiva, Jo\~{a}o},
title = {Towards a Green Ranking for Programming Languages},
year = {2017},
isbn = {9781450353892},
publisher = {Association for Computing Machinery},
url = {https://doi.org/10.1145/3125374.3125382},
doi = {10.1145/3125374.3125382},
booktitle = {Proceedings of the 21st Brazilian Symposium on Programming Languages},
articleno = {7},
numpages = {8},
keywords = {Language Benchmarking, Green Software, Energy Efficiency, Programming Languages},
series = {SBLP 2017}
}
@INPROCEEDINGS{8816732,
author={R. {Rua} and M. {Couto} and J. {Saraiva}},
booktitle={2019 IEEE/ACM 16th International Conference on Mining Software Repositories (MSR)},
title={GreenSource: A Large-Scale Collection of Android Code, Tests and Energy Metrics},
year={2019},
volume={},
number={},
pages={176-180},
doi={10.1109/MSR.2019.00035}}
@InProceedings{10.1007/978-3-319-11863-5_6,
author="Couto, Marco
and Car{\c{c}}{\~a}o, Tiago
and Cunha, J{\'a}come
and Fernandes, Jo{\~a}o Paulo
and Saraiva, Jo{\~a}o",
editor="Quint{\~a}o Pereira, Fernando Magno",
title="Detecting Anomalous Energy Consumption in Android Applications",
booktitle="Programming Languages",
year="2014",
publisher="Springer International Publishing",
address="Cham",
pages="77--91",
abstract="The use of powerful mobile devices, like smartphones, tablets and laptops, is changing the way programmers develop software. While in the past the primary goal to optimize software was the run time optimization, nowadays there is a growing awareness of the need to reduce energy consumption.",
isbn="978-3-319-11863-5"
}
@INPROCEEDINGS{7965265,
author={R. {Pereira}},
booktitle={2017 IEEE/ACM 39th International Conference on Software Engineering Companion (ICSE-C)},
title={Locating Energy Hotspots in Source Code},
year={2017},
volume={},
number={},
pages={88-90},
doi={10.1109/ICSE-C.2017.151}}
@inproceedings{10.1145/3387905.3388600,
author = {Rua, Rui and Fraga, Tiago and Couto, Marco and Saraiva, Jo\~{a}o},
title = {Greenspecting Android Virtual Keyboards},
year = {2020},
isbn = {9781450379595},
publisher = {Association for Computing Machinery},
url = {https://doi.org/10.1145/3387905.3388600},
doi = {10.1145/3387905.3388600},
booktitle = {Proceedings of the IEEE/ACM 7th International Conference on Mobile Software Engineering and Systems},
pages = {98–108},
numpages = {11},
keywords = {keyboard, energy, green software, Android},
location = {Seoul, Republic of Korea},
series = {MOBILESoft '20}
}
@INPROCEEDINGS{9054858,
author={M. {Couto} and J. {Saraiva} and J. P. {Fernandes}},
booktitle={2020 IEEE 27th International Conference on Software Analysis, Evolution and Reengineering (SANER)},
title={Energy Refactorings for Android in the Large and in the Wild},
year={2020},
volume={},
number={},
pages={217-228},
doi={10.1109/SANER48275.2020.9054858}}
@article{PEREIRA2020110463,
title = "SPELLing out energy leaks: Aiding developers locate energy inefficient code",
journal = "Journal of Systems and Software",
volume = "161",
pages = "110463",
year = "2020",
issn = "0164-1212",
doi = "https://doi.org/10.1016/j.jss.2019.110463",
url = "http://www.sciencedirect.com/science/article/pii/S0164121219302377",
author = "Rui Pereira and Tiago Carção and Marco Couto and Jácome Cunha and João Paulo Fernandes and João Saraiva",
keywords = "Green Software, Program Analysis, Program Optimization, Green Computing, Fault Localization",
}
@inproceedings{10.1109/MSR.2019.00034,
author = {Matalonga, Hugo and Cabral, Bruno and Castor, Fernando and Couto, Marco and Pereira, Rui and de Sousa, Sim\~{a}o Melo and Fernandes, Jo\~{a}o Paulo},
title = {GreenHub Farmer: Real-World Data for Android Energy Mining},
year = {2019},
publisher = {IEEE Press},
url = {https://doi.org/10.1109/MSR.2019.00034},
doi = {10.1109/MSR.2019.00034},
pages = {171–175},
numpages = {5},
location = {Montreal, Quebec, Canada},
series = {MSR '19}
}
@inproceedings{Rua2019TowardsUM,
title={Towards using Memoization for Saving Energy in Android},
author={R. Rua and M. Couto and Adriano Pinto and J. Cunha and Jo{\~a}o Saraiva},
booktitle={CIbSE},
year={2019}
}
@article{LIMA2019554,
title = "On Haskell and energy efficiency",
journal = "Journal of Systems and Software",
volume = "149",
pages = "554 - 580",
year = "2019",
issn = "0164-1212",
doi = "https://doi.org/10.1016/j.jss.2018.12.014",
url = "http://www.sciencedirect.com/science/article/pii/S0164121218302747",
author = "Luís Gabriel Lima and Francisco Soares-Neto and Paulo Lieuthier and Fernando Castor and Gilberto Melfe and João Paulo Fernandes",
keywords = "Energy efficiency, Functional programming, Haskell",}
@article{cruz2019catalog,
title={Catalog of energy patterns for mobile applications},
author={Cruz, Luis and Abreu, Rui},
journal={Empirical Software Engineering},
volume={24},
number={4},
pages={2209--2235},
year={2019},
publisher={Springer}
}
@unknown{cruzenery,
author = {Cruz, Luís and Abreu, Rui},
year = {2019},
month = {02},
pages = {},
title = {EMaaS: Energy Measurements as a Service for Mobile Applications}
}
@inproceedings{pereira2017energy,
title={Energy efficiency across programming languages: how do energy, time, and memory relate?},
author={Pereira, Rui and Couto, Marco and Ribeiro, Francisco and Rua, Rui and Cunha, J{\'a}come and Fernandes, Jo{\~a}o Paulo and Saraiva, Jo{\~a}o},
booktitle={Proceedings of the 10th ACM SIGPLAN International Conference on Software Language Engineering},
pages={256--267},
year={2017}
}
@inproceedings{carccao2014measuring,
title={Measuring and visualizing energy consumption within software code},
author={Car{\c{c}}ao, Tiago},
booktitle={2014 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC)},
pages={181--182},
year={2014},
organization={IEEE}
}
@INPROCEEDINGS{7965316, author={R. {Pereira} and T. {Carção} and M. {Couto} and J. {Cunha} and J. P. {Fernandes} and J. {Saraiva}}, booktitle={2017 IEEE/ACM 39th International Conference on Software Engineering Companion (ICSE-C)}, title={Helping Programmers Improve the Energy Efficiency of Source Code}, year={2017}, volume={}, number={}, pages={238-240}, doi={10.1109/ICSE-C.2017.80}}
@INPROCEEDINGS{7972807, author={L. {Cruz} and R. {Abreu} and J. {Rouvignac}}, booktitle={2017 IEEE/ACM 4th International Conference on Mobile Software Engineering and Systems (MOBILESoft)}, title={Leafactor: Improving Energy Efficiency of Android Apps via Automatic Refactoring}, year={2017}, volume={}, number={}, pages={205-206}, doi={10.1109/MOBILESoft.2017.21}}
%%%%%%%%%%%%%%%%%%%%%%%Green software%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%DATABASE GREEN SOFTWARE%%%%%%%%%%%%%%%%%%%
@article{agrawal2008claremont,
title={The Claremont report on database research},
author={Agrawal, Rakesh and Ailamaki, Anastasia and Bernstein, Philip A and Brewer, Eric A and Carey, Michael J and Chaudhuri, Surajit and Doan, AnHai and Florescu, Daniela and Franklin, Michael J and Garcia-Molina, Hector and others},
journal={ACM Sigmod Record},
volume={37},
number={3},
pages={9--19},
year={2008},
publisher={ACM New York, NY, USA}
}
@article{HarizopoulosEnergy,
author = {Harizopoulos, Stavros and Shah, Mehul and Meza, Justin and Ranganathan, Parthasarathy},
year = {2009},
month = {09},
pages = {},
title = {Energy Efficiency: The New Holy Grail of Data Management Systems Research}
}
@article{wang2011survey,
title={A survey on energy-efficient data management},
author={Wang, Jun and Feng, Ling and Xue, Wenwei and Song, Zhanjiang},
journal={ACM SIGMOD Record},
volume={40},
number={2},
pages={17--23},
year={2011},
publisher={ACM New York, NY, USA}
}
@article{langtoward,
author = {Lang, Willis and Patel, Jignesh},
year = {2009},
month = {09},
pages = {},
title = {Towards Eco-friendly Database Management Systems},
journal = {CIDR 2009 - 4th Biennal Conference on Innovative Data Systems Research}
}
@article{RODRIGUEZMARTINEZ2011112,
title = "Estimating Power/Energy Consumption in Database Servers",
journal = "Procedia Computer Science",
volume = "6",
pages = "112 - 117",
year = "2011",
note = "Complex adaptive sysytems",
issn = "1877-0509",
doi = "https://doi.org/10.1016/j.procs.2011.08.022",
url = "http://www.sciencedirect.com/science/article/pii/S187705091100487X",
author = "Manuel Rodriguez-Martinez and Harold Valdivia and Jaime Seguel and Melvin Greer",
keywords = "cloud computing, energy e_ciency, query processing",
}
@INPROCEEDINGS{6738985,
author={M. {Rodríguez} and D. {Jabba} and E. E. {Zurek} and A. {Salazar} and P. {Wightmam} and A. {Barros} and W. {Nieto}},
booktitle={2013 IEEE Symposium on Industrial Electronics Applications},
title={Analyzing power and energy consumption of large join queries in database systems},
year={2013},
volume={},
number={},
pages={148-153},
doi={10.1109/ISIEA.2013.6738985}}
@INPROCEEDINGS{5447840,
author={Z. {Xu} and Y. {Tu} and X. {Wang}},
booktitle={2010 IEEE 26th International Conference on Data Engineering (ICDE 2010)},
title={Exploring power-performance tradeoffs in database systems},
year={2010},
volume={},
number={},
pages={485-496},
doi={10.1109/ICDE.2010.5447840}}
@article{xupet,
author = {Xu, Zichen and Tu, Yi-Cheng and Wang, Xiaorui},
year = {2012},
month = {08},
pages = {1954-1957},
title = {PET: Reducing database energy cost via query optimization},
volume = {5},
journal = {Proceedings of the VLDB Endowment},
doi = {10.14778/2367502.2367546}
}
@article{KunjirPeakPower,
author = {Kunjir, Mayuresh and Birwa, Puneet and Haritsa, Jayant},
year = {2012},
month = {03},
pages = {},
title = {Peak power plays in database engines},
doi = {10.1145/2247596.2247648}
}
@inproceedings{gonçalvesbelo,
author = {Gonçalves, Ricardo and Saraiva, João and Belo, Orlando},
year = {2014},
month = {12},
pages = {},
title = {Defining Energy Consumption Plans for Data Querying Processes},
doi = {10.1109/BDCloud.2014.109}
}
@INPROCEEDINGS{7396507, author={O. {Belo} and R. {Gonçalves} and J. {Saraiva}}, booktitle={2015 IEEE International Conference on Data Science and Data Intensive Systems}, title={Establishing Energy Consumption Plans for Green Star-Queries in Data Warehousing Systems}, year={2015}, volume={}, number={}, pages={226-231}, doi={10.1109/DSDIS.2015.108}}
@inproceedings{Authenticus:P-00P-QKR,
Author={Saraiva, J and Guimarales, M and Belot, O},
Title={{AN ECONOMIC ENERGY APPROACH FOR QUERIES ON DATA CENTERS}},
Year={{2017}},
Series={{ICEE International Conference on Energy \% Environment}},
Editor={Soares, I and Resende, J},
Booktitle={{PROCEEDINGS OF THE 3RD INTERNATIONAL CONFERENCE ON ENERGY AND ENVIRONMENT (ICEE 2017)}},
Pages={{679-685}},
Type={Proceedings Paper},
Note={Citations: wos}
}
@article{mahajan2016energy,
title={Energy efficiency analysis and optimization of relational and NoSQL databases},
author={Mahajan, Divya},
year={2016}
}