タイプ: | real |
デフォルト: | 0.0025 |
分: | 0 |
最大: | 1.79769e+308 |
コンテキスト: | user |
再起動: | false |
問い合わせ時に実行される各演算子や関数の処理コストに対するプランナの推測を設定します。デフォルトは0.0025です。
推奨事項 [EN]
Decrease this slightly to make your database favor indexes slightly more.
On StackOverflow
- Postgresql: How is index scan cost calculated in execution plan?
- What are the best values for Postgresql.conf for better performance
- query planner inaccurate choosing nested join
- postgresql: How to calculate the cost of an index scan?
- PostgreSQL Bitmap Heap Scan on index is very slow but Index Only Scan is fast