Question: Consider a disk with block size B = 512 bytes. A block pointer is P = 6 bytes long, and a record pointer is PR

Consider a disk with block size B = 512 bytes. A block pointer is P = 6 bytes long, and a record pointer is PR = 7 bytes long. A file has r = 80,000 EMPLOYEE records of fixed length. Each record has the following fields: NAME (25 bytes), SSN (9 bytes), DEPARTMENTCODE (9 bytes), ADDRESS (40 bytes), PHONE (8 bytes), BIRTHDATE (8 bytes), SEX (1 byte), JOBCODE (4 bytes), SALARY (4 bytes).

a. Calculate the record size R in bytes.

b. Calculate the blocking factor bfr and the number of file blocks b, assuming an unspanned organization.

c. Suppose that the file is ordered by the key field SSN and we want to construct a primary index on SSN.

Calculate:

(i) the index blocking factor bfri

(ii) the number of first-level index entries and the number of first-level index blocks

(iii) the number of levels needed if we make it into a multilevel index

(iv) the total number of blocks required by the multilevel index, and

(v) the number of block accesses needed to search for and retrieve a record from the file-given its SSN value-using the primary index.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!