v.25.8Performance Improvement

Bloom filter index is now used

The bloom filter index is now used for conditions like has([c1, c2, ...], column), where column is not of an Array type. This improves performance for such queries, making them as efficient as the IN operator. #83945 (Doron David).