Assume that a computer system has disk blocks of 4096 bytes, and that you are storing records

Question:

Assume that a computer system has disk blocks of 4096 bytes, and that you are storing records that have 4-byte keys and 64-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 2MB 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 4096 bytes (i.e., 1024 key values) as illustrated by Figure 10.2? 

1 2003 5894 10528 Second Level Index 1 2001 2003 5688 5894 9942 10528 10984

Each element of the second-level index references the smallest key value for a disk block of the linear index.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: