See also derby.storage.pageReservedSpace.
Tables only.
12 bytes.
derby.storage.pageSize * (1 - derby.storage.pageReservedSpace/100) " 100.
If you set this property to a value outside the legal range, Derby uses the default value.
-- changing the default for the system derby.storage.minimumRecordSize=128 -- changing the default for the database CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY( 'derby.storage.minimumRecordSize', '128')
This property is dynamic; if you change it while Derby is running, the change takes effect immediately. For information about dynamic changes to properties, see Dynamic or static changes to properties.