Previous Topic: Define DB2 for i Table PropertiesNext Topic: Define an Informix Table Partition


Define Informix Table Physical Storage Properties

Use the General tab in the Informix Table Editor to define table physical storage properties and to assign a table generated to a database and tablespace. This procedure assumes you are working in a physical model, with Informix defined as the target server.

To define physical storage properties for an Informix table

  1. Click Tables on the Model menu.

    The Informix Table Editor opens.

  2. Select the table in the Navigation Grid that you want to define.

    Note: Click New New icon in property editors to create a new object on the toolbar to create a new table. Use the Enter filter text box to filter a very large list of tables to quickly locate the one that you want to define.

  3. Click the General tab.
  4. Select the Storage Option drop-down arrow and select one of the following storage options:
    DB Space

    Specifies to assign the current table to an existing dbspace or blobspace. Assign values to the following fields:

    EXTENT_SIZE

    Lets you enter a number to assign to the extent size, in kilobytes.

    NEXT_SIZE

    Lets you enter a number to assign to the next (incremental) size, in kilobytes.

    LOCKMODE

    Lets you specify to use either a Row lock or a Page lock.

    IN_DBSPACE

    Lets you assign a dbspace to the table. Click New New icon in property editors to create a new object to add a new dbspace or click the Informix dbspace Editor button to open the dbspace Editor button to open the Informix DBSpace Editor to work with an existing dbspace.

    Path Name

    Specifies to use a UNIX or DOS pathname to determine the storage location of the current table. Enter the pathname in the PATHNAME_IN field.

    Round Robin

    Specifies to fragment by Round Robin. Assign values to the following fields:

    EXTENT_SIZE

    Lets you enter a number to assign to the extent size, in kilobytes.

    NEXT_SIZE

    Lets you enter a number to assign to the next (incremental) size, in kilobytes.

    LOCKMODE

    Lets you specify to use either a Row lock or a Page lock.

    WITH_ROWIDS

    Specifies to create a row ID column when creating a partitioned table. Select the check box to enable this option.

    Expression

    Specifies to fragment by Expression. Assign values to the following fields:

    EXTENT_SIZE

    Lets you enter a number to assign to the extent size, in kilobytes.

    NEXT_SIZE

    Lets you enter a number to assign to the next (incremental) size, in kilobytes.

    LOCKMODE

    Lets you specify to use either a Row lock or a Page lock.

    WITH_ROWIDS

    Specifies to create a row ID column when creating a partitioned table. Select the check box to enable this option.

    REMAINDER_IN

    Lets you select the dbspace in which to store the rows that are not selected by any expression.

  5. (Optional) Click the Partition tab and define the partition columns.
  6. (Optional) Click the Synonym tab to define synonyms for the table.
  7. (Optional) Click the Validation tab and specify the validation rules.
  8. (Optional) Click the Comment tab and enter any comments that you want to associate with the object.
  9. (Optional) Click the Volumetrics tab and define the table volumetrics.
  10. (Optional) Click the SQL tab to preview the forward engineering script for a table.
  11. (Optional) Click the Style tab and format the font and other graphical themes used in the display of the table.
  12. (Optional) Click the Icon tab and specify the icon that you want to use for the table.
  13. (Optional) Specify the order of DDL generation in the Object Creation Order tab.
  14. (Optional) Click the Where Used tab to view where the object is used within the model.
  15. (Optional) Click the UDP tab to work with user-defined properties for the object.
  16. (Optional) Click the History tab to view the history information for the object.
  17. (Optional) Click the Notes tab to view and edit user notes.
  18. (Optional) Click the Extended Notes tab to view or edit user notes.
  19. Click Close.

    The table physical storage properties are assigned and the Informix Table Editor closes.