For Object File System tables, FREESPACE has a default setting that you cannot change.
FREESPACE = n PERCENT specifies the value for the percent freespace attribute, where n is an integer constant. n percent free space remains on each cylinder during bulk data load operations on the table. PERCENT is an unnecessary keyword and does not affect the semantics of the specification.
Operations That Use FREESPACE | Operations That Do Not Use FREESPACE |
---|---|
|
|
The FREESPACE value returned in response to a SHOW TABLE statement is either the value specified in the CREATE TABLE statement for the table or the value specified by the most recent ALTER TABLE statement.
To change this value after you have created a table or have modified its FREESPACE PERCENT with an ALTER TABLE statement, submit an ALTER TABLE statement to change the free space percent value for the table. See ALTER TABLE Usage Notes (Basic Table Parameters).