Finish Database File Organization, Indexes




CS257

Chris Pollett

Mar 6, 2024

Outline

Introduction

Heap, Sequential, and Random File Organization

Avoiding Overflow Blocks, Preventing Row Migration

Indexed Sequential File Organization

ISAM

Basic Indexes

In-Class Exercise

Primary Indexes, Clustered Indexes, Multilevel Indexes

List Data Organization

Types of Linear Lists

Tree Data Structures

Tree Implementation