-
Notifications
You must be signed in to change notification settings - Fork 6
/
transaction-workload.tex
56 lines (43 loc) · 2.37 KB
/
transaction-workload.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
\chapter{Transaction Workload}
\label{sec:transaction-workload}
This workload consists of a set of relatively simple read queries, write queries
and read-write operations that touch a significant amount of data. These
queries and operations are usually considered online data processing and
analysis in online financial systems. The LDBC FinBench transaction workload
consists of four query types:
\begin{itemize}
\item Complex-read queries. See \autoref{sec:complex-read-queries}. This
section contains many basic read queries that are typical in financial
scenarios.
\item Simple-read queries. See \autoref{sec:simple-read-queries}. This
section contains many basic read queries that are typical in financial
scenarios.
\item Write queries. See \autoref{sec:write-queries}. This section contains
many basic write queries that are typical in financial scenarios.
\item Read-write queries. See \autoref{sec:rw-queries}. This section
contains many read-write operations composed of basic reads and writes.
\end{itemize}
\section{Complex Read Queries}
\label{sec:complex-read-queries}
\input{transaction-complex-read-queries}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Simple Read Queries}
\label{sec:simple-read-queries}
\input{transaction-simple-read-queries}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Write Queries}
\label{sec:write-queries}
\input{transaction-write-queries}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Read-Write Queries}
\label{sec:rw-queries}
\input{transaction-rw-queries}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%