[DMDB] Add more notes to checklist, trigger upload

This commit is contained in:
2026-08-05 15:33:02 +02:00
parent dd3878da19
commit d35fd77a63
2 changed files with 2 additions and 0 deletions
Binary file not shown.
@@ -5,6 +5,8 @@ The following things are typically important to know very well (not exhaustive)
\item Functional Dependencies (including Candidate Keys, Super Keys, Closures and minimal covers) \item Functional Dependencies (including Candidate Keys, Super Keys, Closures and minimal covers)
\item Normal Forms (and their Decomposition / Synthesis Algorithms) \item Normal Forms (and their Decomposition / Synthesis Algorithms)
\item Time complexities, I/Os and sorted runs for Query Processing \item Time complexities, I/Os and sorted runs for Query Processing
\item Concepts behind the query processing operators
\item Conflict Serializability \item Conflict Serializability
\item Core concepts of Vector Search
\item Recoverability (both the normal techniques, plus Snapshot Isolation and 2-Phase Locking (and strict variant thereof)) \item Recoverability (both the normal techniques, plus Snapshot Isolation and 2-Phase Locking (and strict variant thereof))
\end{todolist} \end{todolist}