Question: Assume that a computer system has disk blocks of 1024 bytes, and that you are storing records that have 4-byte keys and 4-byte data fields.
Assume that a computer system has disk blocks of 1024 bytes, and that you are storing records that have 4-byte keys and 4-byte data fields. The records are sorted and packed sequentially into the disk file.
(a) Assume that a linear index uses 4 bytes to store the key and 4 bytes to store the block ID for the associated records. What is the greatest number of records that can be stored in the file if a linear index of size 256KB is used?
(b) What is the greatest number of records that can be stored in the file if the linear index is also stored on disk (and thus its size is limited only by the second-level index) when using a second-level index of 1024 bytes (i.e., 256 key values) as illustrated by Figure 10.2?

Each element of the second-level index references the smallest key value for a disk block of the linear index.
1 2003 5894 10528 Second Level Index 1 2001 2003 5688 5894 9942 10528 10984
Step by Step Solution
3.49 Rating (149 Votes )
There are 3 Steps involved in it
Lets address both parts of the question a Linear index with size 256KB First well determine how many entries can be stored within the 256KB index Each ... View full answer
Get step-by-step solutions from verified subject matter experts
