-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathldbc-snb-specification.tex
More file actions
63 lines (36 loc) · 942 Bytes
/
ldbc-snb-specification.tex
File metadata and controls
63 lines (36 loc) · 942 Bytes
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
% !TeX spellcheck = en_GB
% !TeX encoding = UTF-8
\documentclass{ldbc}
\input{packages}
\input{commands}
\input{query-card-definitions}
\input{listings}
\input{main-doc-settings}
\bibliography{bib/references,bib/graphalytics,bib/graphalytics-specification,bib/snb-interactive,bib/snb-bi,bib/spb,bib/datagen-deletes,bib/acid,bib/lsqb,bib/specification}
\setboolean{standalone}{false}
\input{abstract}
\input{executive-summary}
\begin{document}
\maketitle
\chapter*{Acknowledgments}
\input{special-thanks}
\input{defs}
\input{introduction}
\input{benchmark-specification}
\input{data}
\input{workloads}
\input{update-operations}
\input{interactive-v1}
\input{interactive-v2}
\input{bi}
\input{auditing}
\input{acid}
\input{related-work}
\printbibliography[heading=bibintoc]
\appendix
\input{choke-points}
\input{sf-statistics}
\input{benchmark-checklist}
\input{legacy-data-sets}
\input{example-graph}
\end{document}