v.25.8Performance Improvement
Execute non-correlated EXISTS as a scalar subquery
Execute non-correlatedEXISTSas a scalar subquery. This allows using a scalar subquery cache and constant-folding the result, which is helpful for indexes. For compatibility, the new settingexecute_exists_as_scalar_subquery=1is added. #85481 (Nikolai Kochetov).