-
Notifications
You must be signed in to change notification settings - Fork 0
/
A2-gaussian-results.tex
74 lines (65 loc) · 2.52 KB
/
A2-gaussian-results.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
%%=====================================================================
%% Test Results for Gaussian Data Set
%%=====================================================================
\chapter{Test Results for Gaussian Data Set}
\label{appendix:test-results-gaussian}
The numerical results obtained from the test sets generated with a Gaussian
random distribution are listed in this appendix.
The names of the multiversion index structures are explained in
\tableref{table:test-database-names-gaussian}.
\begin{table}[htb]
\begin{center}
\input{images/tests/database-names.tex}
\caption{Names of the database index structures.}
\label{table:test-database-names-gaussian}
\end{center}
\end{table}
\clearpage
\begin{table}[htb]
\begin{center}
\input{images/tests/gaussian/qu-initial-5-summary.tex}
\figcaption{Queries and updates, initial state, five actions/transaction}
{The table shows the average buffer fixes, page reads and page writes (per
action), and the elapsed real time (for the entire test).}
\label{table:qu-initial-5-summary-gaussian}
\end{center}
\end{table}
\begin{table}[htb]
\begin{center}
\input{images/tests/gaussian/qu-initial-100-summary.tex}
\figcaption{Queries and updates, initial state, 100 actions/transaction}
{The table shows the average buffer fixes, page reads and page writes (per
action), and the elapsed real time (for the entire test).}
\label{table:qu-initial-100-summary-gaussian}
\end{center}
\end{table}
\begin{table}[htb]
\begin{center}
\input{images/tests/gaussian/qu-del-50-5-summary.tex}
\figcaption{Queries and updates, \SI{50}{\percent} deleted, five
actions/transaction}%
{The table shows the average buffer fixes, page reads and page writes (per
action), and the elapsed real time (for the entire test).}
\label{table:qu-del-50-5-summary-gaussian}
\end{center}
\end{table}
\begin{table}[htb]
\begin{center}
\input{images/tests/gaussian/qu-del-50-100-summary.tex}
\figcaption{Queries and updates, \SI{50}{\percent} deleted, 100
actions/transaction}%
{The table shows the average buffer fixes, page reads and page writes (per
action), and the elapsed real time (for the entire test).}
\label{table:qu-del-50-100-summary-gaussian}
\end{center}
\end{table}
\begin{table}[htb]
\begin{center}
\input{images/tests/gaussian/range-summary.tex}
\figcaption{Current-version key-range queries}
{Range size is 5~\% of the entire key-space size.
The table shows the average buffer fixes, page reads and page writes (per
action), and the elapsed real time (for the entire test).}
\label{table:range-summary-gaussian}
\end{center}
\end{table}