[DMDB] Improved quick overview

Fixes sectioning, better variables in query processing section,
checklist linking
This commit is contained in:
2026-08-16 10:45:47 +02:00
parent a594a305d1
commit c02d53828f
5 changed files with 19 additions and 13 deletions
@@ -1,3 +1,4 @@
\newpage
\subsection{Checklist}
The following things are typically important to know very well (not exhaustive)
\begin{todolist}
@@ -8,7 +9,7 @@ The following things are typically important to know very well (not exhaustive)
\item Time complexities, I/Os and sorted runs for Query Processing, see summarized above, or Section~\ref{sec:query-processing}
\item Concepts behind the query processing operators, see Section~\ref{sec:query-processing}
\item Conflict Serializability, see Section~\ref{sec:tm-history}
\item Core concepts of Vector Search, see Section~\ref{sec:vector-search}
\item Core concepts of Vector Search, see Section~\ref{sec:vector-search}, especially quantization costs, see Section~\ref{sec:vector-search-quantization}
\item Recoverability (both the normal techniques, plus Snapshot Isolation and 2-Phase Locking (and strict variant thereof)), see Section~\ref{sec:recovery-of-histories}
\item Rewriting rules, see Section~\ref{sec:rewriting-rules}
\end{todolist}