Maximum data block size for blocks that contain multiple rows as the value data_block_size. The calculation is the same as for the CREATE TABLE statement. For additional information, see DATABLOCKSIZE. For information about setting database-wide or user-wide default data block sizes, see CREATE DATABASE or CREATE USER.
For Object File System tables, DATABLOCKSIZE has a default setting that you cannot change.
Data blocks for both permanent data and spool files default to sizes set in internal control object. All parameters related to data block size cannot be updated by VantageCloud Lake customers.
- data_block_size
- Decimal number or integer using exponential notation. For example, you can write one thousand as either 1000 or 1E3.
- BYTES
- KBYTES
- KILOBYTES
- BYTES can be abbreviated as BYTE. The default is BYTES.
- IMMEDIATE
- Repackage data blocks into the newly specified size immediately instead of waiting until an affected block is modified or allocated. The new data_block_size value determines the maximum size of multiple-row data blocks subsequently modified or allocated.
- MINIMUM
- The smallest data block size for this table.
- MAXIMUM
- The largest data block size for this table.
- DEFAULT
- The default data block size for this table.