タイプ: | bool |
デフォルト: | on |
コンテキスト: | user |
再起動: | false |
問い合わせプランナがネステッドループ結合計画を選択することを有効もしくは無効にします。 ネステッドループ結合を完全に禁止することは不可能ですが、この変数をオフにすると、もし他の方法が利用できるのであれば、プランナはその使用を行わないようになります。 デフォルトはon
です。
推奨事項 [EN]
For interactive session use only when troubleshooting queries.
On StackOverflow
- rails-5 activerecord postgresql-9.6 enable_nestloop for a single sql query
- Postgresql - Query running a lot faster with enable_nestloop=false. Why is the planner not doing the right thing?
- PostgreSQL 9.2 set enable_nestloop has no effect
- What are the pitfalls of setting enable_nestloop to OFF
- SQL query running very slow - postrges