compile_aggregate_expressions
- 0 — 聚合在不使用 JIT 编译的情况下进行。
- 1 — 聚合使用 JIT 编译进行。
compile_expressions
compile_regular_expressions
match 和 extract 等函数中使用的简单正则表达式编译为原生代码。超出受支持子集的模式会自动回退到通用引擎。
ClickHouse 在 compile_* 组中的会话设置。
match 和 extract 等函数中使用的简单正则表达式编译为原生代码。超出受支持子集的模式会自动回退到通用引擎。