-
Notifications
You must be signed in to change notification settings - Fork 0
/
A1-uniform-results.tex
72 lines (64 loc) · 2.49 KB
/
A1-uniform-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
%%=====================================================================
%% Test Results for Uniform Data Set
%%=====================================================================
\chapter{Test Results for Uniform Data Set}
\label{appendix:test-results-uniform}
The numerical results obtained from the test sets generated with a uniform
random distribution are listed in this appendix.
The names of the multiversion index structures are explained in
\tableref{table:test-database-names-uniform}.
\begin{table}[htb]
\begin{center}
\input{images/tests/database-names.tex}
\caption{Names of the database index structures.}
\label{table:test-database-names-uniform}
\end{center}
\end{table}
\begin{table}[htb]
\begin{center}
\input{images/tests/uniform/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-uniform}
\end{center}
\end{table}
\begin{table}[htb]
\begin{center}
\input{images/tests/uniform/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-uniform}
\end{center}
\end{table}
\begin{table}[htb]
\begin{center}
\input{images/tests/uniform/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-uniform}
\end{center}
\end{table}
\begin{table}[htb]
\begin{center}
\input{images/tests/uniform/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-uniform}
\end{center}
\end{table}
\begin{table}[htb]
\begin{center}
\input{images/tests/uniform/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-uniform}
\end{center}
\end{table}