ob_enable_jit specifies the mode of the just-in-time (JIT) execution engine.
| Attribute | Description |
|---|---|
| Type | ENUM |
| Default value | OFF |
| Value range | OFF: disables expression compilation execution for the current session.AUTO: enables expression compilation for the current session only when the average response time of SQL statement execution is greater than 1s.FORCE: forcibly enables expression compilation execution for the current session. |
| Effective scope | |
| Involved in serialization | Yes |
| Plan generation affected | Yes |