[DMDB] B-trees

This commit is contained in:
2026-07-07 12:52:17 +02:00
parent 1f2bdb65f5
commit 73b5cc7699
10 changed files with 208 additions and 1 deletions
@@ -18,6 +18,7 @@ There are some ways to improve the performance:
\paragraph{Slotted Pages}
\label{sec:slotted-pages}
To find tuples within pages, slotted pages are used often.
In slotted pages, each page has a header containing checksum, version, transaction visibility, compression information, utilization, etc.