Link to home
Start Free TrialLog in
Avatar of Phman Super
Phman SuperFlag for United States of America

asked on

Heap File

Suppose a heap file contains 100,000 records of 400 bytes each. Block size is 4096.  During processing, 2 records get added to the end of the file for every record deleted somewhere within the file.  This continues until the file has 200,000 active records.

a. How many disk blocks does the file currently occupy?
b. How many records have been deleted?
c. How percentage of the space within the file is not being used?
ASKER CERTIFIED SOLUTION
Avatar of gr8gonzo
gr8gonzo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Unless my help was wrong, you should close the question by accepting my comment as the solution. Otherwise, please state what was wrong.