Chapter 12 covers indexing and hashing, outlining their basic concepts, types (ordered and hash indices), and evaluation metrics. It details various index structures including dense and sparse indices, multilevel indices, and specifically emphasizes b+-tree index files for efficiency in data retrieval and management. The chapter also discusses insertion and deletion in indexing, and the overhead associated with maintaining indices during database modifications.
Related topics: