v.21.1Improvements
set indices now support GLOBAL IN functionality
Nowsetindices will work withGLOBAL IN. This fixes #17232 , #5576 . #17253 (Amos Bird).
Why it matters
This enhancement fixes issues whereset indices did not function correctly with GLOBAL IN, improving query performance and index utilization when filtering with GLOBAL IN. It resolves reported problems documented in issues #17232 and #5576.How to use it
Users can now seamlessly useset indices in their queries involving GLOBAL IN without any additional configuration. Simply write queries with WHERE column GLOBAL IN set_expression and benefit from optimized index usage.