new object-diff, single-column figure
This commit is contained in:
parent
52ecf13d7a
commit
1f78a59256
2 changed files with 9 additions and 7 deletions
|
@ -1863,18 +1863,20 @@ most difficult to implement in another storage system.
|
||||||
\subsection{Recovery and Log Truncation}
|
\subsection{Recovery and Log Truncation}
|
||||||
\label{version-pages}
|
\label{version-pages}
|
||||||
|
|
||||||
\begin{figure*}
|
\begin{figure}[t]
|
||||||
\includegraphics[%
|
\hspace*{.15in}\includegraphics[%
|
||||||
width=1\columnwidth]{object-diff.pdf}
|
width=3.3in]{object-diff.pdf}
|
||||||
\includegraphics[%
|
\\
|
||||||
width=1\columnwidth]{mem-pressure.pdf}
|
\hspace*{.15in}\includegraphics[width=3.3in]{mem-pressure.pdf}
|
||||||
\caption{\label{fig:OASYS} \yad optimizations for object
|
\vspace*{-.2in}
|
||||||
|
\caption{\sf\label{fig:OASYS}
|
||||||
|
\yad optimizations for object
|
||||||
serialization. The first graph shows the effect of the two \yad
|
serialization. The first graph shows the effect of the two \yad
|
||||||
optimizations as a function of the portion of the object that is being
|
optimizations as a function of the portion of the object that is being
|
||||||
modified. The second graph focuses on the
|
modified. The second graph focuses on the
|
||||||
benefits of the update/flush optimization in cases of system
|
benefits of the update/flush optimization in cases of system
|
||||||
memory pressure.}
|
memory pressure.}
|
||||||
\end{figure*}
|
\end{figure}
|
||||||
|
|
||||||
An observant reader may have noticed a subtle problem with this
|
An observant reader may have noticed a subtle problem with this
|
||||||
scheme. More than one object may reside on a page, and we do not
|
scheme. More than one object may reside on a page, and we do not
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue