Table space creation exit

The Content Manager OnDemand table space creation exit is called when Content Manager OnDemand creates a table space, table, or index table that will be used to store application index data.

A Content Manager OnDemand system contains two sets of tables:
  • System tables that contain system definitions
  • Application group data tables that contain the key values and references to the stored data
The Content Manager OnDemand table space creation exit is not called when Content Manager OnDemand creates the system tables.
The following figure shows an overview of the table space creation exit.
Figure 1. Overview of the table space creation exit
Shows an overview of the table space creation exit.

The table space creation exit can alter the SQL that is used to create the table or index. The exit can also cause early closure of an application group data table for earlier than anticipated migrations. However, the exit cannot change table names or table space names for application group data tables.