linked-list figure

This commit is contained in:
Eric Brewer 2005-03-25 05:58:13 +00:00
parent 7060ce6c51
commit 8b4e1044f0
2 changed files with 7 additions and 1 deletions

BIN
doc/paper2/LHT2.pdf Normal file

Binary file not shown.

View file

@ -652,7 +652,7 @@ during normal operation.
\begin{figure}
\includegraphics[%
width=1\columnwidth]{structure.pdf}
\caption{\label{fig:BULK_LOAD} Structure of an action...}
\caption{\label{fig:structure} Structure of an action...}
\end{figure}
@ -1338,6 +1338,7 @@ test is run as a single transaction, overheads due to synchronous I/O
and logging are minimized.}
\end{figure*}
%\subsection{Conventional workloads}
%Existing database servers and transactional libraries are tuned to
@ -1404,6 +1405,11 @@ number.
\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
granularity and stores all record information in the same page file.
Therefore, our bucket list must be partitioned into page size chunks,