Available with Workflow Manager license.
After creating the data files, modify the DBTUNE table to include a new configuration keyword. Based on this new keyword, the data and database objects will be stored in the table space's location that was previously defined. The DBTUNE table is stored in the geodatabase in PostgreSQL. To modify the DBTUNE table, it is necessary to export the DBTUNE table into a text file and make modifications in the text file. After the updates to the text file are made, import the new DBTUNE table from the text file.
-
Export the DBTUNE table before making any modifications.
- Start ArcCatalog.
- Click the ArcToolbox button on the Standard toolbar.
- Expand Data Management Tools > Geodatabase Administration.
- Double-click Export Geodatabase Configuration Keywords.
The Export Geodatabase Configuration Keywords dialog box appears.
- Click the browse button for the Input Database Connection parameter and browse to the connection file for the enterprise, workgroup, or desktop geodatabase you want to export.
- Click the browse button for the Output File parameter and browse to the path where the file will be exported.
- Name the file dbtune_exp.txt and click Save.
- Click OK on the Export Geodatabase Configuration Keywords dialog box.
- Copy dbtune_exp.txt to dbtune_wmx.txt.
- Using a file-based editor, modify the ##DEFAULTS configuration keywords to control into which table spaces the tables and indexes will be created.
Follow this script example to modify the ##DEFAULTS.
dbtune_wmx.txt ##DATA_DICTIONARY B_INDEX_ROWID "WITH (FILLFACTOR = 75) USING INDEX TABLESPACE wmx_sde_dict_index" B_INDEX_USER "WITH (FILLFACTOR = 75) USING INDEX TABLESPACE wmx_sde_dict_index" B_STORAGE "TABLESPACE wmx_sde_dict" MVTABLES_MODIFIED_INDEX "WITH (FILLFACTOR = 75) USING INDEX TABLESPACE wmx_sde_dict_index" MVTABLES_MODIFIED_TABLE "TABLESPACE wmx_sde_dict" STATE_LINEAGES_INDEX "WITH (FILLFACTOR = 75) USING INDEX TABLESPACE wmx_sde_dict_index" STATE_LINEAGES_TABLE "TABLESPACE wmx_sde_dict" STATES_INDEX "WITH (FILLFACTOR = 75) USING INDEX TABLESPACE wmx_sde_dict_index" STATES_TABLE "TABLESPACE wmx_sde_dict" VERSIONS_INDEX "WITH (FILLFACTOR = 75) USING INDEX TABLESPACE wmx_sde_dict_index" VERSIONS_TABLE "TABLESPACE wmx_sde_dict" XML_INDEX_TAGS_TABLE "TABLESPACE wmx_sde_dict" XML_INDEX_TAGS_INDEX "WITH (FILLFACTOR = 75) USING INDEX TABLESPACE wmx_sde_dict_index" END ##DEFAULTS GEOMETRY_STORAGE "ST_GEOMETRY" RASTER_STORAGE "BINARY" UI_TEXT "User Interface text for DEFAULTS" A_INDEX_ROWID "WITH (FILLFACTOR = 75) USING INDEX TABLESPACE wmx_Aindex" A_INDEX_STATEID "WITH (FILLFACTOR = 75) TABLESPACE wmx_Aindex" A_INDEX_USER "WITH (FILLFACTOR = 75) TABLESPACE wmx_Aindex" A_INDEX_XML "WITH (FILLFACTOR = 75) TABLESPACE wmx_Aindex" A_INDEX_RASTER "WITH (FILLFACTOR = 75) TABLESPACE wmx_Aindex" A_STORAGE "TABLESPACE wmx_Adata" B_INDEX_ROWID "WITH (FILLFACTOR = 75) TABLESPACE wmx_Bindex" B_INDEX_USER "WITH (FILLFACTOR = 75) TABLESPACE wmx_Bindex" B_INDEX_XML "WITH (FILLFACTOR = 75) TABLESPACE wmx_Bindex" B_INDEX_RASTER "WITH (FILLFACTOR = 90) TABLESPACE wmx_Bindex" B_INDEX_TO_DATE "WITH (FILLFACTOR = 75) TABLESPACE wmx_Bindex" B_STORAGE "TABLESPACE wmx_Bdata" D_INDEX_ALL "WITH (FILLFACTOR = 75) USING INDEX TABLESPACE wmx_Dindex" D_INDEX_DELETED_AT "WITH (FILLFACTOR = 75) TABLESPACE wmx_Dindex" D_STORAGE "TABLESPACE wmx_Ddata" RAS_STORAGE "TABLESPACE wmx_Bdata" RAS_INDEX_ID "WITH (FILLFACTOR = 90) USING INDEX TABLESPACE wmx_Bindex" BND_STORAGE "TABLESPACE wmx_Bdata" BND_INDEX_ID "WITH (FILLFACTOR = 90) USING INDEX TABLESPACE wmx_Bindex" BND_INDEX_COMPOSITE "WITH (FILLFACTOR = 90) USING INDEX TABLESPACE wmx_Bindex" AUX_STORAGE "TABLESPACE wmx_Bdata" AUX_INDEX_COMPOSITE "WITH (FILLFACTOR = 90) USING INDEX TABLESPACE wmx_Bindex" BLK_STORAGE "TABLESPACE wmx_Bdata" BLK_INDEX_COMPOSITE "WITH (FILLFACTOR = 90) USING INDEX TABLESPACE wmx_Bindex" XML_DOC_INDEX "WITH (FILLFACTOR = 75) USING INDEX TABLESPACE wmx_Bindex" XML_DOC_STORAGE "TABLESPACE wmx_Bdata" #XML_DOC_UNCOMPRESSED_TYPE "BINARY" XML_IDX_INDEX_DOUBLE "WITH (FILLFACTOR = 75) TABLESPACE wmx_Bindex" XML_IDX_INDEX_ID "WITH (FILLFACTOR = 75) TABLESPACE wmx_Bindex" XML_IDX_INDEX_PK "WITH (FILLFACTOR = 75) USING INDEX TABLESPACE wmx_Bindex" XML_IDX_INDEX_STRING "WITH (FILLFACTOR = 75) TABLESPACE wmx_Bindex" XML_IDX_INDEX_TAG "WITH (FILLFACTOR = 75) TABLESPACE wmx_Bindex" XML_IDX_STORAGE "TABLESPACE wmx_Bindex" XML_IDX_FULLTEXT_UPDATE_METHOD "AUTOMATIC" #XML_COLUMN_STORAGE - "SDE_XML" or "DB_XML" XML_COLUMN_STORAGE "DB_XML" END ##PG_GEOMETRY GEOMETRY_STORAGE "PG_GEOMETRY" UI_TEXT "User Interface text description" END
- Import the modified dbtune_wmx.txt file using ArcCatalog or ArcMap.
- In the ArcToolbox window, expand Data Management Tools > Geodatabase Administration.
- Double-click the Import Geodatabase Configuration Keywords tool.
The Import Geodatabase Configuration Keywords dialog box appears.
- Click the browse button next to the Input Database Connection parameter and browse to the connection file for the enterprise geodatabase from which to import.
- Click the browse button next to Input File parameter and browse to the path where the file will be imported.
- Name the file dbtune_wmx.txt and click Open.
- Click OK on the Import Geodatabase Configuration Keywords dialog box.