compile_aggregate_expressions
Enables or disables JIT-compilation of aggregate functions to native code. Enabling this setting can improve the performance. Possible values:- 0 — Aggregation is done without JIT compilation.
- 1 — Aggregation is done using JIT compilation.
compile_expressions
Compile some scalar functions and operators to native code.compile_regular_expressions
Compile simple regular expressions used in functions likematch and extract to native code. Patterns outside the supported subset transparently fall back to the general engine.