Type: | real |
Default: | 500000 |
Min: | -1 |
Max: | 1.79769e+308 |
Context: | user |
Restart: | false |
Since: | 11 |
Sets the query cost above which JIT compilation attempts to inline functions and operators. Inlining adds planning time, but can improve execution speed. It is not meaningful to set this to less than jit_above_cost. Setting this to -1
disables inlining. The default is 500000
.