DSI name
For the database name, specify up to 36 alphanumeric characters beginning with an alphabetic character. The DSI
name must be unique within the database.
DSO name
Specify the index DSO name given in a CREATE DSO statement.
Table DSI name
Specify a DSI name indicating the corresponding base table. When split table operation is to be applied, create an
index for each table DSI. When split table operation is not to be applied, can not specify the table DSI name.
Space allocation
Specify the physical space to be allocated to the index DSI.
Specify the name of the database space where the data is to be physically stored. In addition, specify the size of the
storage area to be acquired for this DSI within the database space.
Database space name
Specify the name of the physical database space where the index data is actually stored.
To store data in multiple database spaces for scalable log operation, specify their names in the same log group.
Allocation size
Specify an unsigned integer combined with a unit symbol (K or M) to denote the size of the storage area acquired in
the database space. The unit symbol K indicates kilobytes, and the unit symbol M indicates megabytes.
2.7.6 DSI initialization
A DSI must be initialized before data is stored. This section explains DSI initialization. Figure: Overview of DSI
initialization provides an overview of DSI initialization.
64