Skip to content

Commit cef3bed

Browse files
committed
60029: Fixed pros box overflow
1 parent 86350ea commit cef3bed

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.

60029 - Data Processing Systems/algorithms_and_indices/algorithms_and_indices.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ \subsection{B+ Trees}
760760

761761
\subsubsection{Maintaining Balance}
762762
When a node overflows (full but value needs to be inserted), choose a splitting element and split values one either side into new nodes.
763-
\\\unfinished
763+
\\ \unfinished
764764

765765
\subsection{Foreign Key Indices}
766766
Most joins are using a foreign key relation.

60029 - Data Processing Systems/processing_models/processing_models.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ \section{Volcano Processing}
3434
\end{itemize}
3535
\end{definitionbox}
3636

37-
\begin{tabbox}{prosbox}
37+
\begin{tabbox}[.7\textwidth]{prosbox}
3838
\textbf{Easy to Implement} & Implementation is simple, adding new operators is easy (using operator interface provided). Clean Object-Oriented Design. \\
3939
\textbf{I/O Behaviour} & As tuples are consumed as soon as they are produced, no waiting for I/O to create and buffer the next tuple. \\
4040
\end{tabbox}

0 commit comments

Comments
 (0)