Skip to content

Table_Tablespace

The name of the tablespace to store data from the table.

Supported By

  • DataFlex DB2 Driver

Value

The name of the tablespace to store data from the table.

Associated Attribute

  • DF_FILE_TABLE_TABLESPACE (String)

Description

Table spaces are used to distribute the storage of information associated with a table over multiple disks. See the DB2 documentation for more information on tablespaces. For a table, one can store the index, long data, and “normal” table data in different table spaces. The index and long tablespace will only be used if a table data tablespace has been defined.

See Also