ArcGIS Server Banner

SQL Server DBTUNE configuration parameters

SQL Server DBTUNE configuration parameters

Release 9.3 E-mail This TopicPrintable VersionGive Us feedback
Note:This topic was updated for 9.3.1.

NOTE: Applies to geodatabases created with an ArcGIS Server Enterprise license only

Configuration parameters, which are stored in the parameter_name column of the SDE_dbtune table, identify the database object to be configured or denote a specific setting. Their corresponding values, which are stored in the config_string column of SDE_dbtune, identify how the object or setting will be configured. The parameters and their configuration strings are grouped together in the SDE_dbtune table by configuration keywords. Keyword/Parameter_name combinations are unique, but most parameter_names are not and are reused under a number of different keywords throughout the SDE_dbtune table.

Valid values for the parameter_names column are fixed; you cannot invent new parameter_names. Likewise, the config_strings accept only certain numeric values or SQL strings. In most cases, these strings are appended to Transact-SQL CREATE TABLE and CREATE INDEX statements.

In geodatabases stored in SQL Server, DBTUNE parameters and their corresponding configuration strings are used by ArcSDE to identify the following:

There are a number of ways to categorize configuration parameters. Often times, a parameter fits into more than one category. For example, the B_CLUSTER_RASTER parameter can be categorized as a business table parameter, a raster parameter, or a clustered index parameter.

The following table is an alphabetic list of all the possible configuration parameters that can be used in a geodatabase in SQL Server. Following that is a more in-depth explanation of the parameters roughly grouped by related functionality.


Parameter name Description Values Notes
A_CLUSTER_RASTER Index type for raster column in Adds table 1 or 0

1 = clustered

0 = nonclustered

A_CLUSTER_ROWID Index type for rowid column on Adds table 1 or 0

1 = clustered

0 = nonclustered

A_CLUSTER_SHAPE Index type for Adds table shape column 1 or0

1 = clustered

0 = nonclustered

A_CLUSTER_STATEID Index type for Adds table stated column 1 or 0

1 = clustered

0 = nonclustered

A_CLUSTER_USER Index type for any user defined indexes on Adds table 1 or 0

1 = clustered

0 = nonclustered

A_CLUSTER_XML Index type for xml doc type column of Adds table 1 or 0

1 = clustered

0 = nonclustered

A_INDEX_RASTER Index type for raster column in Adds table 1 or 0

1 = clustered

0 = nonclustered

A_INDEX_ROWID Adds table object ID column index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

A_INDEX_SHAPE Adds table spatial column index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

A_INDEX_STATEID Adds table sde_state_id column index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

A_INDEX_USER Adds table index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

A_INDEX_XML Adds table XML column index table storage definition See the SQL Server Books Online for CREATE INDEX parameters.

A_MS_SPINDEX Defines the spatial index for the Adds table of a versioned feature class that uses SQL Server 2008 Geometry storage GRIDS = (MEDIUM, MEDIUM, MEDIUM, MEDIUM), CELLS_PER_OBJECT = 16

For other possible values, consult the SQL Server documentation on spatial index creation.
SQL Server spatial types only
A_STORAGE Adds table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

A_TEXT_IN_ROW Amount, in bytes, of image (SE_blob) data type (vector or raster) to store directly in the data page of the table 24–7,000

256

AUX_CLUSTER_COMPOSITE Index type for primary key 1 or 0

1 = clustered

0 = nonclustered

AUX_INDEX_COMPOSITE Raster AUX table composite column index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

AUX_STORAGE Raster AUX table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

B_CLUSTER_RASTER Index type for raster column in business table 1 or 0

1 = clustered

0 = nonclustered

B_CLUSTER_ROWID Index type for rowid column on business table 1 or 0

1 = clustered

0 = nonclustered

B_CLUSTER_SHAPE Index type for business table shape column 1 or 0

1 = clustered

0 = nonclustered

B_CLUSTER_USER Index type for any user defined indexes on business table 1 or 0

1 = clustered

0 = nonclustered

B_CLUSTER_XML Index type for xml doc type column of business table 1 or 0

1 = clustered

0 = nonclustered

B_INDEX_RASTER Business table raster column index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

B_INDEX_ROWID Business table object ID column index aster rowid index R<N>_SDE_ROWID_UK storage definition See the SQL Server Books Online for CREATE INDEX parameters.

B_INDEX_SHAPE Business table spatial column index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

B_INDEX_TO_DATE Storage parameter info for creating the index R<registration_id>_sde_todate, which is used when updating the history table during an archive operation See the SQL Server Books Online for CREATE INDEX parameters.

B_INDEX_USER Business table user index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

B_INDEX_XML Business table XML column index table storage definition See the SQL Server Books Online for CREATE INDEX parameters.

B_MS_SPINDEX Defines the spatial index for the business table of a feature class that uses SQL Server 2008 Geometry or Geography storage GRIDS = (MEDIUM, MEDIUM, MEDIUM, MEDIUM), CELLS_PER_OBJECT = 16

For other possible values, consult the SQL Server documentation on spatial index creation.
SQL Server spatial types (Geometry or Geography) only
B_STORAGE Business table and raster attribute table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

B_TEXT_IN_ROW Amount, in bytes, of BLOB data stored in line 24–7,000

256

BLK_CLUSTER_COMPOSITE Index type for primary key 1 or 0

1 = clustered

0 = nonclustered

BLK_INDEX_COMPOSITE Raster BLK table composite column index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

BLK_STORAGE Raster BLK table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

BND_CLUSTER_COMPOSITE Index type for primary key 1 or 0

1 = clustered

0 = nonclustered

BND_CLUSTER_ID Index type for RASTER_ID, SEQUENCE_NBR columns 1 or 0

1 = clustered

0 = nonclustered

BND_INDEX_COMPOSITE Raster BND table composite column index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

BND_INDEX_ID Raster BND table RID column index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

BND_STORAGE Raster BND table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

COLLATION_NAME Collation of user-defined text columns Uses the database collation by default, unless other collation is specified

COMMENT Line used for comments Description up to 2048 characters

CROSS_DB_QUERY_FILTER Controls whether or not a connecting user can view rasters or feature classes across database boundaries; used only with multispatial database model 1 or 0

1 = Can only view and access data in the database to which you have explicitly connected

0 = Can access data in other databases in the multispatial database

D_CLUSTER_ALL Index type for SDE_STATES_ID, SDE_DELETES_ROW_ID, and DELETED_AT column 1 or 0

1 = clustered

0 = nonclustered

D_CLUSTER_DELETED_AT Index type for DELETED_AT column 1 or 0

1 = clustered

0 = nonclustered

D_INDEX_ALL FILLFACTOR and location (file group) for composite index on SDE_STATES_ID, SDE_DELETES_ROW_ID, and DELETED_AT columns See the SQL Server Books Online for CREATE INDEX parameters.

D_INDEX_DELETED_AT Deletes table sde_deleted_at column index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

D_STORAGE Deletes table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

F_CLUSTER_FID Index type for FID column 1 or 0

1 = clustered

0 = nonclustered

F_INDEX_AREA Feature table area column index storage definition See the SQL Server Books Online for CREATE INDEX parameters. Binary geometry storage only
F_INDEX_FID Feature table FID column index storage definition See the SQL Server Books Online for CREATE INDEX parameters. Binary geometry storage only
F_INDEX_LEN Feature table length column index storage definition See the SQL Server Books Online for CREATE INDEX parameters. Binary geometry storage only
F_STORAGE Feature table storage definition See the SQL Server Books Online for CREATE TABLE parameters. Binary geometry storage only
F_TEXT_IN_ROW Amount, in bytes, of image (SE_blob) data type (vector or raster) to store directly in the data page of the table 24–7000

256

GEOMETRY_STORAGE Indicates storage type for spatial column; set this storage parameter to SDEBINARY, OGCWKB, GEOGRAPHY, or GEOMETRY for SQL Server SDEBINARY, OGCWKB, GEOGRAPHY, or GEOMETRY GEOMETRY and GEOGRAPHY can only be used with SQL Server 2008 databases.
GEOM_SRID_CHECK Adds a check constraint on the geometry column for an SRID value TRUE or FALSE

GEOMTAB_OUT_OF_ROW Specifies whether or not varchar(max), nvarchar(max), varbinary(max) are xml columns smaller than 8000 bytes are stored in the data row of the CAD side table 1 or 0

1 = Stored out of row

0 = Stored in row
CAD side tables only created if feature class uses GEOMETRY or GEOGRAPHY storage and is enabled to store CAD entities
GEOMTAB_PK Storage definition for the primary key index on the CAD table See the SQL Server Books Online for CREATE INDEX parameters. CAD side tables only created if feature class uses GEOMETRY or GEOGRAPHY storage and is enabled to store CAD entities
GEOMTAB_STORAGE CAD table storage definition See the SQL Server Books Online for CREATE TABLE parameters. CAD side tables only created if feature class uses GEOMETRY or GEOGRAPHY storage and is enabled to store CAD entities
LD_INDEX_ALL SDE_logfile_data and SDE_logpool tables primary key storage definition See the SQL Server Books Online for CREATE INDEX parameters.

LD_STORAGE SDE_logfile_data and SDE_logpool tables storage definition See the SQL Server Books Online for CREATE TABLE parameters.

LF_CLUSTER_ID Index type for SDE_logfiles primary key 1 or 0

1 = clustered

0 = nonclustered

LF_CLUSTER_NAME Index type for unique index on table SDE_logfiles column log file_name 1 or 0

1 = clustered

0 = nonclustered

LF_INDEX_ID SDE_logfiles primary key storage definition See the SQL Server Books Online for CREATE INDEX parameters.

LF_INDEX_NAME Storage definition for SDE_logfiles unique index See the SQL Server Books Online for CREATE INDEX parameters.

LF_STORAGE SDE_logfiles table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

MVTABLES_MODIFIED_INDEX Mvtables_modified index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

MVTABLES_MODIFIED_TABLE Mvtables_modified table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

NUM_DEFAULT_CURSORS Controls the SQL Server cursor threshold -1 = All keysets are generated synchronously

0 = All cursor keysets are generated asynchronously

All other values = SQL Server Query Optimizer compares the number of expected rows in the cursor set to the number set in cursor threshold, then builds the keyset asynchronously if it exceeds the cursor threshold number.

PERMISSION_CACHE_THRESHOLD Controls amount of time (in milliseconds) the database can take to query the sysprotects table

If the PERMISSION_CACHE_THRESHOLD value is exceeded, a temporary table (cache) is created to store a user's permission and is used from then on. As long as PERMISSION_CACHE_THRESHOLD > 0,

the permission will be cached. If PERMISSION_CACHE_THRESHOLD = 0, it will not.
0–1,000

250

RAS_CLUSTER_ID Index type for primary key of RAS table 1 or 0

1 = clustered

0 = nonclustered

RAS_INDEX_ID Raster RAS table RID index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

RAS_STORAGE Raster RAS table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

S_CLUSTER_ALL Index type for primary key (all columns of table) 1 or 0

1 = clustered

0 = nonclustered

S_CLUSTER_SP_FID Fill factor and location (file group) for sp_fid column index See the SQL Server Books Online for CREATE INDEX parameters.

S_INDEX_ALL Spatial index table first index storage definition when using binary geometry storage See the SQL Server Books Online for CREATE INDEX parameters.

S_INDEX_SP_FID Spatial index table second index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

S_STORAGE In Oracle and SQL Server databases, this parameter represents the spatial index table storage definition; in Informix databases, this parameter represents a "smart blob sbspace" See the SQL Server Books Online for CREATE TABLE parameters.

SESSION_TEMP_TABLE Controls whether or not log files get created in tempdb 1 or 0

1 = create in tempdb

0 = don't create in tempdb

STATES_INDEX States table storage definition See the SQL Server Books Online for CREATE INDEX parameters.

STATES_LINEAGES_INDEX Controls the storage of the index on the SDE_state_lineages table's primary key See the SQL Server Books Online for CREATE INDEX parameters.

STATES_LINEAGES_TABLE State_lineages table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

STATES_TABLE States table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

UI_NETWORK_TEXT User interface parameter, which indicates associated configuration keyword will appear in the ArcGIS user interface; contains description of network configuration Description up to 2048 characters

UI_TERRAIN_TEXT User interface parameter, which indicates associated configuration keyword will appear in the ArcGIS user interface; contains description of terrain configuration Description up to 2048 characters

UI_TEXT User interface parameter, which indicates associated configuration keyword will appear in the ArcGIS user interface; contains description of associated noncomposite configuration keyword Description up to 2048 characters

UI_TOPOLOGY_TEXT User interface parameter, which indicates associated configuration keyword will appear in the ArcGIS user interface; contains description of topoology configuration Description up to 2048 characters

UNICODE_STRING Determines whether Unicode text types will be used or not; If set to TRUE, character fields will be stored in UNICODE compliant data types.

For example, if the UNICODE_STRING parameter is set to FALSE a string data type would be VARCHAR. If UNICODE_STRING is set to TRUE, the data type of the field would be NVARCHAR.
TRUE or FALSE

VERSIONS_INDEX Version index storage definition See the SQL Server Books Online for CREATE INDEX parameters.

VERSIONS_TABLE Versions table storage definition See the SQL Server Books Online for CREATE TABLE parameters.

XML_DOC_INDEX Storage clause for xmldoc<n>_pk and xml_doc<n>_ix indexes on the sde_xml_doc<n> table See the SQL Server Books Online for CREATE INDEX parameters.

XML_DOC_MODE Storage type for XML documents COMPRESSED or UNCOMPRESSED

XML_DOC_STORAGE Storage clause for sde_xml_doc<n> table See the SQL Server Books Online for CREATE TABLE parameters.

XML_DOC_TEXT_IN_ROW Storage clause for storing XML document BLOB data in line; values in bytes 24–7000

1024

XML_DOC_UNCOMPRESSED_TYPE When the XML_DOC_MODE parameter is set to UNCOMPRESSED, the XML_DOC_UNCOMPRESSED_TYPE parameter determines the storage format for XML documents Since XML_DOC_MODE is set to COMPRESSED by default, the XML_DOC_UNCOMPRESSED_TYPE parameter is not present by default.

Possible values:

BINARY, TEXT, or UNICODE

XML_IDX_CLUSTER_DOUBLE Storage clause indicating if the xmlix<n>_db index on the double_tag column of the sde_xml_idx<n> table is clustered 1 or 0

1 = clustered

0 = nonclustered

XML_IDX_CLUSTER_ID Storage clause indicating if the xmlix<n>_id index on the id column of the sde_xml_idx<n> table is clustered 1 or 0

1 = clustered

0 = nonclustered

XML_IDX_CLUSTER_PK Storage clause indicating if the xmlix<n>_pk index on the xml_key_column identity column of the sde_xml_idx<n> table is clustered 1 or 0

1 = clustered

0 = nonclustered

XML_IDX_CLUSTER_STRING Storage clause indicating if the xmlix<n>_st index on the string_tag column of the sde_xml_idx<n> table is clustered 1 or 0

1 = clustered

0 = nonclustered

XML_IDX_CLUSTER_TAG Storage clause indicating if the xmlix<n>_tg index on the tag_id column of the sde_xml_idx<n> table is clustered 1 or 0

1 = clustered

0 = nonclustered

XML_IDX_FULLTEXT_CAT Name of the full-text catalog in which the contents of the xml_doc_val column in the sde_xml_doc<n> table and the text_tag column of the sde_xml_idx<n> table are indexed The name you gave the full-text catalog when it was created; the default is SDE_DEFAULT_CAT.

If you gave the catalog any other name, you must change the value of this parameter to match it.

XML_IDX_FULLTEXT_LANGUAGE The language used for linguistic analysis when building the text index on the contents of the xml_doc_val column in the sde_xml_doc<n> table and the text_tag column of the sde_xml_idx<n> table There is no default value set for this parameter. Consult your DBMS documentation for valid language settings.

XML_IDX_FULLTEXT_TIMESTAMP Determines whether or not a timestamp column will be added to the sde_xml_idx<n> table 1 or 0

1 = timestamp column will be added

0 = timestamp column will not be added

XML_IDX_FULLTEXT_UPDATE_METHOD Dictates how changes made to the xml_doc_val column in the sde_xml_doc<n> table (the XML document table) and the text_tag column of the sde_xml_idx<n> table (the index table of an XML column) are propagated to the full-text index CHANGE_TRACKING BACKGROUND or CHANGE_TRACKING MANUAL

XML_IDX_INDEX_DOUBLE Storage clause for the xmlix<n>_db index on the double_tag column of the sde_xml_idx<n> table See the SQL Server Books Online for CREATE INDEX parameters.

XML_IDX_INDEX_ID Storage clause for the xmlix<n>_id index on the ID column of the xml_idx<n> table See the SQL Server Books Online for CREATE INDEX parameters.

XML_IDX_INDEX_PK Storage clause for xmlix<n>_pk index on the xml_key_column identity column of the sde_xml_idx<n> table See the SQL Server Books Online for CREATE INDEX parameters.

XML_IDX_INDEX_STRING Storage clause for xmlix<n>_st index on the string_tag column of the sde_xml_idx<n> table See the SQL Server Books Online for CREATE INDEX parameters.

XML_IDX_INDEX_TAG Storage clause for the xmlix<n>_tg index on the tag_id column of the sde_xml_idx<n> table See the SQL Server Books Online for CREATE INDEX parameters.

XML_IDX_STORAGE Storage clause for sde_xml_idx<n> table (the index table of an XML column) See the SQL Server Books Online for CREATE TABLE parameters.

XML_IDX_TEXT_IN_ROW Controls how much of the contents of the text_tag column in the sde_xml_idx<n> table (the index table of an XML column) can be stored in line; value in bytes 24–7000

128

NOTE: For the XML parameters, <n> refers to the xml_column_id associated with a specific XML column.

Parameters specific to feature class and raster storage

Parameters specific to indexes

Parameters for storing text

Parameters that affect spatial storage

Spatial index parameters were discussed under the section "Parameters specific to indexes". Other parameters that affect spatial data storage are GEOMETRY_STORAGE and GEOM_SRID_CHECK.

Parameters for XML document storage

NOTE: If you do not use XML columns and XML documents in your geodatabase, you don't need to configure these parameters.

ArcSDE business tables that contain an SE_XML_TYPE column will employ two side tables to store the XML document and the content of individual elements in those documents that have been indexed.

If searches typically examine the entire content of XML documents to see if they contain specific words, or if you don't search XML documents at all, the XML document table will be more heavily used. XML document tables will have three parameters:

XML_DOC_INDEX
XML_DOC_STORAGE
XML_DOC_TEXT_IN_ROW

XML_DOC_STORAGE provides the storage string for the table's creation statement. XML_DOC_INDEX has the index fill factor and storage parameters, while XML_DOC_TEXT_IN_ROW pertains to storing BLOB data in line. See the following section "Text in row parameters" for more information.

If individual elements are frequently searched, the XML document index table will be the most heavily accessed of the XML tables. It has more SDE_dbtune parameters; they all begin with XML_IDX_.

XML_IDX_CLUSTER_DOUBLE
XML_IDX_CLUSTER_ID
XML_IDX_CLUSTER_PK
XML_IDX_CLUSTER_TAG
XML_IDX_INDEX_DOUBLE
XML_IDX_INDEX_ID
XML_IDX_INDEX_PK
XML_IDX_INDEX_TAG
XML_IDX_STORAGE
XML_IDX_TEXT_IN_ROW

The XML_IDX_CLUSTER_* parameters dictate which index of the XML document index table should be clustered. By default, the primary key's index (on the xml_key_column) is clustered.

The following parameters affect both the XML document table and the XML document index table for an XML column. They control how and when the document content is indexed.

XML_IDX_FULLTEXT_CAT
XML_IDX_FULLTEXT_LANGUAGE
XML_IDX_FULLTEXT_TIMESTAMP
XML_IDX_FULLTEXT_UPDATE_METHOD

XML_IDX_FULLTEXT_CAT contains the name of the full-text catalog you created. The default is SDE_DEFAULT_CAT. If you name your full text catalog something other than SDE_DEFAULT_CAT, you must update the config_string for this parameter.

XML_IDX_FULLTEXT_LANGUAGE represents the language to be used for linguistic analysis when building the text indexes on the XML document's content. A default value is not provided; therefore, the language defined in SQL Server's default full-text language setting is used. If a value is provided, this language will be used for linguistic analysis instead.

XML_IDX_FULLTEXT_TIMESTAMP and XML_IDX_FULLTEXT_UPDATE_METHOD control full text index maintenance. The update_method parameter dictates how changes made to the document table are propagated to the full text index. The time stamp parameter, by default (1), will add a time stamp column to the SDE_xml_idx<xml_column_id> table. If set to 0, no such column is added.

If update_method is set to 0 and time stamp is set to 0, no index maintenance is performed, and whenever ArcSDE is instructed to update the full-text index (through SE_xmlindex_update_text_index), the index will be fully populated.

If update_method is set to 0 and time stamp is set to 1, no index maintenance is performed, and ArcSDE will perform an incremental index population of whatever has changed since the last incremental update.

If update_method is set to CHANGE_TRACKING MANUAL, the database maintains a list of changed rows but does not update the index.

If update_method is set to CHANGE_TRACKING BACKGROUND, the database tracks changes and automatically updates the index.

It is recommended that you use the default settings provided in the SDE_dbtune table. If your server is unable to service its workload and your only recourse is to change indexing behavior, set change tracking to manual (CHANGE_TRACKING MANUAL).

The next parameters, XML_IDX_INDEX_*, control index fill factor and storage on the SDE_xml_idx<xml_column_id> table. The XML_IDX_TEXT_IN_ROW, controls how much of the XML document BLOB can be in-line. As with most text in row settings, it is recommended that you do not change the defaults. See Configuring a SQL Server database to support XML columns for more information on the XML_IDX_FULLTEXT_CAT, XML_IDX_FULLTEXT_LANGUAGE, and XML_IDX_FULLTEXT_UPDATE_METHOD parameters.

Parameters that affect ArcSDE log file tables and indexes

Log file tables are used by ArcSDE to maintain temporary and persistent sets of selected records.

Log file parameters affect log file data tables and indexes. Most of these parameters begin with the letter L. The parameters are as follows:


Parameter Description
LD_INDEX_ALL Defines SDE_logfile_data and SDE_logpool tables primary key storage
LD_STORAGE Defines configuration for the SDE_logfile_data and SDE_logpool_<sde_id> tables
LF_CLUSTER_ID The index type for SDE_logfiles primary key
LF_CLUSTER_NAME The index type for unique index on the log file_name column of the SDE_logfiles table.
LF_INDEX_ID Defines SDE_logfiles primary key storage.
LF_INDEX_NAME Defines storage for the SDE_logfiles unique index.
LF_STORAGE Defines the configuration for the SDE_logfiles table
SESSION_TEMP_TABLE Controls whether or not session and stand-alone log file tables are created in the tempdb database. By default, it is set to 1, meaning session and stand-alone log files are created in tempdb.

Creating session log file tables in the tempdb database is the recommended log file configuration for SQL Server. No special CREATE TABLE permission is required because every login has permission to create objects in tempdb. Having log file tables as temporary tables offloads the burden placed on the transaction log to the tempdb database. Tempdb logs transactions against tables more efficiently than regular databases do because its transaction log is only required for rolling back transactions and not for recovery. Because temporary tables are deleted when their session disconnects, there is no permanent overhead associated with their storage.

If you have several active ArcSDE instances, they may all be using tempdb for log files. While you can configure each instance to use log files differently, you should watch tempdb activity to see if the database becomes hot and causes an I/O bottleneck. The tempdb database can be easily moved to a different disk volume and does not need to be managed for recovery in the same way that other databases are; for instance, it does not need to live on a RAID volume. See SQL Server Books Online for more information on managing the tempdb database.

For information on ArcSDE log file tables, see Log file configuration options.

Additional configuration parameters

Some parameters don't fit well in a particular category. These are described in this section.

See Also

  • DBTUNE configuration parameter name-configuration string pairs