-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPersistent-KVStore-for-RTAnalytics.tex
90 lines (63 loc) · 1.63 KB
/
Persistent-KVStore-for-RTAnalytics.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
82
83
84
85
86
87
88
89
90
%
%% Replace 'XX' with your paper number (assigned when you register abstract)
%% Replace 'NN' with actual number of pages.
\documentclass[letterpaper,twocolumn,10pt]{article}
\usepackage{usenix2019,epsfig,subcaption}
%========================
% Packages
%========================
%\usepackage{datetime}
\usepackage{url}
%\usepackage{hyperref}
\usepackage{color}
%\usepackage{graphicx}
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
%========================
% Macros
%========================
\newcommand{\code}[1]{\textsf{\fontsize{9}{11}\selectfont #1}}
%\newcommand{\inred}[1]{{\color{red}{#1}}}
\newcommand{\inred}[1]{ {#1} } % reddening macro commented out
\newcommand{\remove}[1]{}
\newcommand{\Idit}[1]{\inred{[Idit: #1]}}
\newcommand{\sys}{YoDB}
\newcommand{\tuple}[1]{\ensuremath{\langle \mbox{#1} \rangle}}
\usepackage{cleveref}
\crefformat{section}{\S#2#1#3}
% No date in title area
\date{}
% Actual document begins below.
\begin{document}
\title{\Large \bf \sys: Key-Value Storage for Data with Spatial Locality}
\author{}
\maketitle
\subsection*{Abstract}
\input{abstract}
\section{Introduction}
\input{intro}
\section{Design Principles}
\label{sec:principles}
\input{principles}
\section{\sys's Design}
\label{sec:design}
\input{design}
\section{Implementation}
\label{sec:impl}
\input{impl}
\section{Evaluation}
\label{sec:eval}
\input{eval}
\section{Related Work}
\label{sec:related}
\input{related}
\section{Conclusions}
\label{sec:conclusions}
\input{conclusions}
%\bibliographystyle{acm}
%\bibliography{ref}
\clearpage
{\normalsize \bibliographystyle{acm}
\bibliography{ref}}
%\theendnotes
\end{document}