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).
Why it matters
This feature optimizes the execution of queries with theIN 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 theIN operator with conditions that can utilize existing table indexes. No special configuration is required as the improvements are applied automatically during query processing.