[DMDB] Memory management

This commit is contained in:
2026-07-03 15:27:42 +02:00
parent c409d74ad4
commit 970f7c0bba
14 changed files with 232 additions and 2 deletions
+3
View File
@@ -1 +1,4 @@
\newacronym{sql}{SQL}{Structured Query Language}
\newacronym{dbms}{DBMS}{Database Management System}
\newacronym{simd}{SIMD}{Single Instruction Multiple Data}
\newacronym{avxa}{AVX}{Advanced Vector Extensions, also see \gls{avx}}
+4
View File
@@ -22,3 +22,7 @@
name={subquery},
description={Also Nested Query, a separate query that can be used in the \texttt{FROM} or \texttt{WHERE} clause of another query. See \ref{sec:nested-queries}}
}
\newglossaryentry{avx}{
name={AVX},
description={The Advanced Vector Extensions are an extension to the x86 architecture, to allow CPUs to execute SIMD instruction (commonly called Vector Instructions)}
}