3 — B-Trees
Purpose
[stub: b-trees]
Metadata
| Author | Amit Singh |
| Scope | dbms |
Local graph
Related notes
1 — Physical Storage
Covers how data is physically laid out on disk — pages, blocks, records, slotted pages, heap files, and clustered storage.
2 — Indexing
Covers why indexes exist and the major index types — clustered, non-clustered, composite, covering, partial, and bitmap.
4 — Hash Indexes
Covers static and dynamic hashing schemes, including extendible and linear hashing, for equality-lookup indexes.
Database Management Systems
A book-shaped table of contents for DBMS: relational foundations through SQL mastery, storage internals, transactions, distributed databases, NoSQL, and MAANG interview prep — cross-linking existing system-design/patterns notes instead of duplicating them.