Skip to main content
These settings are available in system.settings and are autogenerated from source.

optimize_redundant_comparisons

Detect conflicting and redundant comparison conditions on the same expression within AND chains. For example, a < 1 AND a > 5 would be rewritten to false.

optimize_redundant_functions_in_order_by

Remove functions from ORDER BY if its argument is also in ORDER BY
Last modified on July 23, 2026