LOTUS DOMINO と DB2
autoconfigure を実行する場合は、次の表に示すパラメータを使用します。
値
設定
RR -- 読み込みが繰り返し可能
RS -- 読み込みが安定
CS -- カーソルが安定
UR -- 読み込みがコミットされない
コンピュータで DB2 しか実行されていない場合、パラメータ mem_percent を増やします。同じコンピュータで DB2 と共に他のアプリケーションが実行されている場合、mem_percent を減らします。
メモ The LOG* db cfg parameters only apply if you do not configure archive-style transaction logging that is, you must set LOGRETAIN=No.
設定可能なオプションを使用し、autoconfigure によって複数の構成パラメータの値を定義して、それらのパラメータの適用範囲を決定できるようにします。この範囲は、次の値のいずれかに設定できます。
db2 autoconfigure using num_local_apps 500
num_remote_apps 500
isolation CS
mem_percent 60
workload_type simple
num_stmts 40000
tpm 150000
is_populated yes
admin_priority performance
bp_resizeable yes
Apply None
Apply db and dbm
db2 update db cfg for YourDB2database using LOGPRIMARY 20
db2 update db cfg for YourDB2database using LOGSECOND 4
db2 update db cfg for YourDB2database using PCKCACHESZ 50000
関連項目