-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathreferences.bib
62 lines (54 loc) · 2.45 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
@article{cacm70:Codd,
author = {Codd, E. F.},
title = {A Relational Model of Data for Large Shared Data Banks},
journal = {Communications of the ACM (CACM)},
volume = {13},
number = {6},
year = {1970},
pages = {377--387},
}
@article{tods92:Mohan,
author = {Mohan, C. and Haderle, Don and Lindsay, Bruce and Pirahesh, Hamid and Schwarz, Peter},
title = {{ARIES}: A Transaction Recovery Method Supporting Fine-Granularity Locking and Partial Rollbacks Using Write-Ahead Logging},
journal = {ACM Transactions on Database Systems (TODS)},
volume = {17},
number = {1},
year = {1992},
pages = {94–-162},
}
@inproceedings{sigmod14:Chandramouli,
author = {Chandramouli, Badrish and Goldstein, Jonathan},
title = {Patience is a Virtue: Revisiting Merge and Sort on Modern Processors},
booktitle = {Proceedings of the ACM SIGMOD International Conference on Management of Data (SIGMOD)},
year = {2014},
pages = {},
}
@inproceedings{nsdi12:Zaharia,
author = {Zaharia, Matei and Chowdhury, Mosharaf and Das, Tathagata and Dave, Ankur and Ma, Justin and McCauley, Murphy and Franklin, Michael J. and Shenker, Scott and Stoica, Ion},
title = {Resilient Distributed Datasets: A Fault-tolerant Abstraction for In-memory Cluster Computing},
booktitle = {Proceedings of the USENIX Conference on Networked Systems Design and Implementation (NSDI)},
year = {2012},
pages = {},
}
@book{BOOK:Gray,
author = {Gray, Jim and Reuter, Andreas},
title = {Transaction Processing: Concepts and Techniques},
year = {1992},
publisher = {Morgan Kaufmann Publishers Inc.},
}
@techreport{TR04:Arasu,
title = {{STREAM}: The Stanford Data Stream Management System},
author = {Arasu, Arvind and Babcock, Brian and Babu, Shivnath and Cieslewicz, John and Datar, Mayur and Ito, Keith and Motwani, Rajeev and Srivastava, Utkarsh and Widom, Jennifer},
year = {2004},
institution = {Stanford InfoLab},
}
@phdthesis{PHD:Pavlo,
title = {On Scalable Transaction Execution in Partitioned Main Memory Database Management Systems},
author = {Andrew Pavlo},
school = {Brown University},
year = {2014},
}
@misc{tpc-c,
title = {The {TPC-C} Benchmark},
howpublished= {\url{http://www.tpc.org/tpcc/}},
}