v.1.1.54390Improvement

Improved performance and memory tracking with IN operator optimization

Improved performance, reduced memory consumption, and correct memory consumption tracking with use of the IN operator when a table index could be used (#2584).
Improved performance and reduced memory consumption when using the IN operator in queries where a table index can be utilized.

Why it matters

This feature optimizes the execution of queries with the IN operator by leveraging table indexes, leading to faster query performance and lower memory usage. It also ensures accurate memory consumption tracking during such operations, addressing inefficiencies and resource management issues.

How to use it

Simply write queries using the IN operator with conditions that can utilize existing table indexes. No special configuration is required as the improvements are applied automatically during query processing.