DISABLE_CODEGEN
This is a debug option, intended for diagnosing and working around
issues that cause crashes.
If a query fails with an
Because the code generation phase adds a small amount of overhead for each query, you might turn on the DISABLE_CODEGEN option to achieve maximum throughput when running many short-lived queries against small tables.
Type: BOOLEAN
Default: false (shown as 0 in output of SET command)
<< DEFAULT_ORDER_BY_LIMIT | EXPLAIN_LEVEL >> | |