The DATA DICTIONARY keyword in Informix

The DATA_DICTIONARY keyword contains parameters that determine the storage settings for specific ArcSDE geodatabase system tables.

Parameters under the DATA_DICTIONARY keyword can be altered to specify different fill factors for ArcSDE system indexes or extent sizes for system tables before you create your geodatabase. However, in most cases, the default values are sufficient.

You can also alter the parameters under the DATA_DICTIONARY keyword to specify storage spaces (dbspaces) for ArcSDE system tables and indexes. Add locations, using Informix syntax, to the configuration string before creating the geodatabase.

##DATA_DICTIONARY
B_STORAGE                   "EXTENT SIZE 16 NEXT SIZE 16 LOCK MODE ROW"
B_INDEX_ROWID               "FILLFACTOR 90"
B_INDEX_USER                "FILLFACTOR 90"
STATES_TABLE                "EXTENT SIZE 16 NEXT SIZE 16 LOCK MODE ROW"
STATES_INDEX                "FILLFACTOR 90"
STATE_LINEAGES_TABLE        "EXTENT SIZE 16 NEXT SIZE 16 LOCK MODE ROW"
VERSIONS_TABLE              "EXTENT SIZE 16 NEXT SIZE 16 LOCK MODE ROW"
VERSIONS_INDEX              "FILLFACTOR 90"
MVTABLES_MODIFIED_TABLE     "EXTENT SIZE 16 NEXT SIZE 16 LOCK MODE ROW"
MVTABLES_MODIFIED_INDEX     "FILLFACTOR 90"
XML_INDEX_TAGS_TABLE          "EXTENT SIZE 16 NEXT SIZE 16 LOCK MODE ROW"
XML_INDEX_TAGS_INDEX          "FILLFACTOR 90"
END

Related Topics


8/19/2013