The LOGFILE_DEFAULTS keyword in Informix

LOGFILE_DEFAULTS キーワードは、ArcSDE ログ ファイル テーブルの格納設定を指定するパラメータを含みます。カスタム ログファイル キーワードが作成されていない場合、すべての接続ユーザについて、LOGFILE_DEFAULTS キーワードの設定を使用してログ ファイル テーブルの格納設定が指定されます。

ヒントヒント:

カスタム キーワードの作成については、「カスタム コンフィグレーション キーワード」をご参照ください。

The following are the default log file parameters as they would appear in the dbtune.sde file. You can alter the setting for these parameters in the dbtune.sde file prior to creating the geodatabase, or you can use the sdedbtune command to set them after the geodatabase is set up. See Altering the contents of the DBTUNE table after it is created for instructions.

##LOGFILE_DEFAULTS
LF_STORAGE                    "EXTENT SIZE 16 NEXT SIZE 16 LOCK MODE ROW"
LF_INDEXES                    "FILLFACTOR 90"
LD_STORAGE                    "EXTENT SIZE 16 NEXT SIZE 16 LOCK MODE ROW"
LD_INDEX_DATA_ID              "FILLFACTOR 90"
LD_INDEX_ROWID                "FILLFACTOR 90"
SESSION_STORAGE               "EXTENT SIZE 16 NEXT SIZE 16 LOCK MODE ROW"
SESSION_INDEX                 "FILLFACTOR 90"
SESSION_TEMP_TABLE            "0"
END

関連項目


7/10/2012