Skip to content

Index Tablespace

The table space in which the indexes for the table are stored.

Supported By

  • DataFlex DB2 Driver

Value

The name of the tablespace to store index information.

Associated Attribute

  • DF_FILE_INDEX_TABLESPACE (String)

Remarks

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 tablespace will only be used if a table data tablespace has been defined.

See Also