JIT Compilation for Expressions
This topic describes how to enable and configure JIT compilation for expressions in StarRocks.
Overview
Just-in-time compilation (JIT) is to generate the machine code and execute it in runtime. Compared to Interpreter, JIT compiler can significantly improve the execution efficiency of the most used code parts. StarRocks supports JIT compilation for certain complex expressions, allowing a multiplied performance improvement.