类型: | real |
默认: | 0.0025 |
最低限度: | 0 |
最大: | 1.79769e+308 |
上下文: | user |
重新开始: | false |
设置规划器对于一次查询中处理每个操作符或函数的代价估计。默认值是 0.0025。
建议 [EN]
Decrease this slightly to make your database favor indexes slightly more.
在 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