InterviewSolution
Saved Bookmarks
| 1. |
What Is Freelist? |
|
Answer» Freelist is a BITMAP kind of STRUCTURE in the header of every SEGMENT in which every bit maps to a BLOCK in the segment. This list can be used to determine which BLOCKS are available to insert new rows. Freelist is a bitmap kind of structure in the header of every segment in which every bit maps to a block in the segment. This list can be used to determine which blocks are available to insert new rows. |
|