Christophe Pettus: All Your GUCs in a Row: jit_above_cost, jit_inline_above_cost, and jit_optimize_above_cost
PostgreSQL's JIT compiler fires based on estimated query cost, but that estimate measures data volume, not expression complexity.
Topic · Edition
PostgreSQL's JIT compiler fires based on estimated query cost, but that estimate measures data volume, not expression complexity.