[DMDB] Prepare parts; bitmaps, bloom filters, zone maps complete

This commit is contained in:
2026-07-08 16:55:41 +02:00
parent ebc5d0bb5e
commit 954af69704
11 changed files with 82 additions and 2 deletions
+20 -2
View File
@@ -28,12 +28,30 @@
\input{parts/03_systems/02_indexing/01_b-trees/01_basics.tex}
\input{parts/03_systems/02_indexing/01_b-trees/02_operations.tex}
\input{parts/03_systems/02_indexing/01_b-trees/03_optimizations.tex}
% \input{parts/03_systems/02_indexing/01_b-trees/}
\subsubsection{Hashing}
\input{parts/03_systems/02_indexing/02_hashing/00_hash-tables.tex}
\input{parts/03_systems/02_indexing/02_hashing/01_linear-hashing.tex}
\input{parts/03_systems/02_indexing/02_hashing/02_in-postgres.tex}
% \input{parts/03_systems/02_indexing/02_hashing/}
\subsubsection{Bitmaps}
\input{parts/03_systems/02_indexing/03_bitmaps/00_intro.tex}
\input{parts/03_systems/02_indexing/03_bitmaps/01_as-indexes.tex}
\input{parts/03_systems/02_indexing/03_bitmaps/02_usage.tex}
\subsubsection{Bloom Filters}
\input{parts/03_systems/02_indexing/04_bloom-filters.tex}
\subsubsection{Zone maps}
\input{parts/03_systems/02_indexing/05_zone-maps.tex}
\subsubsection{AR Trees}
\input{parts/03_systems/02_indexing/06_art-trees.tex}
\subsubsection{R Trees}
\input{parts/03_systems/02_indexing/07_r-trees.tex}
\subsubsection{Other Optimizations}
\input{parts/03_systems/02_indexing/08_other-optimizations.tex}
% \input{parts/03_systems/02_indexing/}
% \input{parts/03_systems/}