-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpbs-demo.tex
81 lines (64 loc) · 2.35 KB
/
pbs-demo.tex
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
\documentclass{sig-alternate}
\usepackage{graphicx, multirow, times, balance}
\usepackage{url, amsfonts, verbatim, mathtools}
%\newcommand{\subparagraph}{}
%\usepackage[compact]{titlesec}
\usepackage{subfigure}
% NOTE(shivaram): This gives a Type-3 font ?
%\renewcommand{\ttdefault}{cmtt}
\usepackage{mdwlist}
\newenvironment{myitemize}
{
\vspace{0mm}
\begin{list}{$\bullet$ }{}
\setlength{\topsep}{0em}
\setlength{\parskip}{0pt}
\setlength{\partopsep}{0pt}
\setlength{\parsep}{0pt}
\setlength{\itemsep}{1mm}
}
{
\end{list}
\vspace{-1em}
}
\newcommand{\vignette}[1]{\textit{\\[-.5em]\noindent#1\\[-.5em]}}
\conferenceinfo{SIGMOD'13,} {June 22--27, 2013, New York, New York, USA.}
\CopyrightYear{2013}
\crdata{978-1-4503-2037-5/13/06}
\clubpenalty=10000
\widowpenalty = 10000
\newcommand{\systemname}{DBSoc}
\begin{document}
\title{PBS at Work: Advancing Data Management\\with Consistency Metrics}
\author{Peter Bailis, Shivaram Venkataraman, Michael J. Franklin, Joseph M. Hellerstein, Ion Stoica\\[1mm]
{\large\textit{UC Berkeley}}}
\sloppy
\interfootnotelinepenalty=10000
\hyphenation{prob-a-bil-is-tic-ally}
\hyphenation{exchan-ged}
\maketitle
\input{abstract}
\category{H.2.4}{Database Management}{Systems}[Distributed databases]
\keywords{eventual consistency, monitoring, prediction; auto-tuning
\input{intro}
\input{usage}
\input{arch}
\input{demo}
\vspace{-1em}
\input{takeaway}
\vspace{1em}
\noindent\textbf{Acknowledgments} We would like to thank Jonathan
Ellis for his help in reviewing our Cassandra patch and Aaron
Davidson, Aviad Rubenstein, and Anirudh Todi for early experimentation
with dynamic quorum policies. This research is supported in part by
National Science Foundation grants CCF-1139158, CNS-0722077,
IIS-0713661, IIS-0803690, and IIS-0917349, DARPA awards
FA8650-11-C-7136 and FA8750-12-2-0331, Air Force OSR Grant
FA9550-08-1-0352, the NSF GRFP under Grant DGE-1106400. and gifts from
Amazon Web Services, Google, SAP, Blue Goji, Cisco, Clearstory Data,
Cloudera, EMC, Ericsson, Facebook, General Electric, Hortonworks,
Huawei, Intel, Microsoft, NetApp, NTT Multimedia Communications
Laboratories, Oracle, Quanta, Samsung, Splunk, VMware and Yahoo!.
\bibliographystyle{abbrv}
\bibliography{pbs-demo}
\end{document}