A file format that saves storage space by recording only actual data. Whereas regular files record empty fields as blank data or runs of nulls, a sparse file includes metadata that describe where the runs of non-data are located. The reported file size is always the size of the entire file. See
null,
file system and
variable length record.