Sparse Index Files (Cont.) Compared to dense indices: Less space and less maintenance overhead for insertions and deletions. Generally slower than dense index for locating records. Good tradeoff:sparse index with an index entry for every block in file, corresponding to least search-key value in the block. data block 0 data block 1 Database System Concepts-5th Edition,Oct 4,2006 12.8 ©Silberschat乜,Korth and SudarshanDatabase System Concepts - 5 12.8 ©Silberschatz, Korth and Sudarshan th Edition, Oct 4, 2006 Sparse Index Files (Cont.) Compared to dense indices: Less space and less maintenance overhead for insertions and deletions. Generally slower than dense index for locating records. Good tradeoff: sparse index with an index entry for every block in file, corresponding to least search-key value in the block