@see org.apache.derby.iapi.store.access.ConglomerateController
148149150151152153154155156157158159160161
{ // For first implementation of defragment use a conservative // approach, only move rows from the last "number of free pages" // of the container. Should always at least be able to empty // that number of pages. SpaceInfo info = open_conglom.getContainer().getSpaceInfo(); pagenum_to_start_moving_rows = info.getNumAllocatedPages(); positionAtStartForForwardScan(scan_position); } else if (getScanState() == SCAN_HOLD_INPROGRESS) {
123124125126127128129130131132133134135136
147148149150151152153154155156157158159160