SubQueryConversion
Defines whether IN
/ANY
/EXISTS
sub-queries can be unnested and merged with the outer query using the semi-join algorithm, provided that such a transformation is possible.
Caution
|
Being en experimental feature, it’s disabled by default. It can be enabled to benefit from a possibly better performance due to sub-query being evaluated just once and then cached.However, it may also lead to a worse performance in some cases, e.g. when the sub-query returns many rows.Please test with real-world use cases before enabling this conversion in a production environment. |