Reducing Wasted Space in Files
The MicroKernel allocates disk space as needed. If there is not enough room in the file when your application inserts new records, the MicroKernel dynamically allocates additional data and index pages to the file. The size of each allocated page is the same as the page size with which the file was created. The MicroKernel also updates directory structures to reflect the new file size.
Once the MicroKernel allocates space to a file, that space remains allocated as long as the file exists.
1
In the interactive Maintenance utility, the commands are Open and Create As from the File menu. In the command-line based Maintenance utility, the command is CLONE.
2
3