InterviewSolution
| 1. |
What Optimum Values Can We Find For Freespace, Ci Etc? |
|
Answer» The size of CI has to depend on the length of the record and the processing type. The normal value is 4 kilobytes but when the length of the record is bigger than 1 kilobyte we have to PICK 6 kilobytes or 8 kilobytes. The normal values for FREESPACE are (20 20), when many INSERTIONS are made it should be bigger. The size of CI has to depend on the length of the record and the processing type. The normal value is 4 kilobytes but when the length of the record is bigger than 1 kilobyte we have to pick 6 kilobytes or 8 kilobytes. The normal values for FREESPACE are (20 20), when many insertions are made it should be bigger. |
|