Available with Production Mapping license.
After creating the data files, modify the DBTUNE to include a new configuration keyword. Based on this new keyword, the data and database objects will be stored in the FileGroups location that was previously defined. The DBTUNE table is stored in the geodatabase in SQL Server. To modify the DBTUNE, it's necessary to export the DBTUNE into a text file and make modifications in the text file. After the updates to the text file are made, import the new DBTUNE from the text file.
- Export the dbtune file 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 folder for the Input Database Connection parameter and browse to the connection file for the enterprise geodatabase you want to export.
- Click the browse folder 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_<Database Name>.txt.
- Using a file-based editor, modify the ##DEFAULTS configuration keywords to control in which FileGroup the tables and indexes will be created.
dbtune_prodlib.sde ##DEFAULTS A_INDEX_RASTER "WITH FILLFACTOR = 75 ON PRODLIB_AINDEX" A_INDEX_ROWID "WITH FILLFACTOR = 75 ON PRODLIB_AINDEX" A_INDEX_SHAPE "WITH FILLFACTOR = 75 ON PRODLIB_AINDEX" A_INDEX_STATEID "WITH FILLFACTOR = 75 ON PRODLIB_AINDEX" A_INDEX_USER "WITH FILLFACTOR = 75 ON PRODLIB_AINDEX" A_INDEX_XML "WITH FILLFACTOR = 75 ON PRODLIB_AINDEX" A_STORAGE "ON PRODLIB_ADATA" B_INDEX_RASTER "WITH FILLFACTOR = 75 ON PRODLIB_BINDEX" B_INDEX_ROWID "WITH FILLFACTOR = 75 ON PRODLIB_BINDEX" B_INDEX_SHAPE "WITH FILLFACTOR = 75 ON PRODLIB_BINDEX" B_INDEX_TO_DATE "WITH FILLFACTOR = 75 ON PRODLIB_BINDEX" B_INDEX_USER "WITH FILLFACTOR = 75 ON PRODLIB_BINDEX" B_INDEX_XML "WITH FILLFACTOR = 75 ON PRODLIB_BINDEX" B_STORAGE "ON PRODLIB_BDATA" D_INDEX_ALL "WITH FILLFACTOR = 75 ON PRODLIB_DINDEX" D_INDEX_DELETED_AT "WITH FILLFACTOR = 75 ON PRODLIB_DINDEX" D_STORAGE "ON PRODLIB_DDATA" GEOMETRY_STORAGE "GEOMETRY" S_INDEX_ALL "WITH FILLFACTOR = 75 ON PRODLIB_SINDEX" S_INDEX_SP_FID "WITH FILLFACTOR = 75 ON PRODLIB_SINDEX" S_STORAGE "ON PRODLIB_SDATA" END
- Import the modified dbtune_<Database Name>.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 folder for the Input File parameter and browse to the path where the file will be imported.
- Name the file dbtune_<Database Name>.txt and click Open.
- Click OK on the Import Geodatabase Configuration Keywords dialog box.