Skip to content

Commit

Permalink
docs: add dev_try_insert_on_upserting_secondary to config. parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Feb 9, 2024
1 parent 5727cbe commit 9216441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/config_parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ parameter=value
|dev_return_os_pages| ブール(true/false) | メモリ管理用のページプールに返却されたページをOSに返却するか。デフォルトはfalse|開発用のため将来的に削除される可能性あり|
|dev_omit_task_when_idle| ブール(true/false) | durable待ちトランザクションがない場合にdurability callback処理を行うタスクのスケジュールをスキップするか。デフォルトはtrue|開発用のため将来的に削除される可能性あり|
|external_log_explain| ブール(true/false) | Altimeterのイベントログに `stmt_explain` 項目(SQL実行計画)を出力するか。デフォルトはtrue||
|dev_try_insert_on_upserting_secondary| ブール(true/false) | INSERT OR REPLACEをセカンダリインデックスのある表に対して実行する際、INSERTを事前に実行する最適化を実施するか。デフォルトはtrue||

## ipc_endpointセクション

Expand Down

0 comments on commit 9216441

Please sign in to comment.