linked-list figure
This commit is contained in:
parent
7060ce6c51
commit
8b4e1044f0
2 changed files with 7 additions and 1 deletions
BIN
doc/paper2/LHT2.pdf
Normal file
BIN
doc/paper2/LHT2.pdf
Normal file
Binary file not shown.
|
@ -652,7 +652,7 @@ during normal operation.
|
||||||
\begin{figure}
|
\begin{figure}
|
||||||
\includegraphics[%
|
\includegraphics[%
|
||||||
width=1\columnwidth]{structure.pdf}
|
width=1\columnwidth]{structure.pdf}
|
||||||
\caption{\label{fig:BULK_LOAD} Structure of an action...}
|
\caption{\label{fig:structure} Structure of an action...}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1338,6 +1338,7 @@ test is run as a single transaction, overheads due to synchronous I/O
|
||||||
and logging are minimized.}
|
and logging are minimized.}
|
||||||
\end{figure*}
|
\end{figure*}
|
||||||
|
|
||||||
|
|
||||||
%\subsection{Conventional workloads}
|
%\subsection{Conventional workloads}
|
||||||
|
|
||||||
%Existing database servers and transactional libraries are tuned to
|
%Existing database servers and transactional libraries are tuned to
|
||||||
|
@ -1404,6 +1405,11 @@ number.
|
||||||
|
|
||||||
\subsection{The Bucket List}
|
\subsection{The Bucket List}
|
||||||
|
|
||||||
|
\begin{figure}
|
||||||
|
\includegraphics[width=3.25in]{LHT2.pdf}
|
||||||
|
\caption{\label{fig:LHT}Structure of linked lists...}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
\yad provides access to transactional storage with page-level
|
\yad provides access to transactional storage with page-level
|
||||||
granularity and stores all record information in the same page file.
|
granularity and stores all record information in the same page file.
|
||||||
Therefore, our bucket list must be partitioned into page size chunks,
|
Therefore, our bucket list must be partitioned into page size chunks,
|
||||||
|
|
Loading…
Reference in a new issue