v.22.9Improvement
Fix Merge Table Index Issue Over View
Fix the case whenMergetable overViewcannot use index. #40233 (Duc Canh Le).
Why it matters
This fix addresses the problem that prevented index usage when queryingMerge tables composed over View objects. By enabling index utilization in this scenario, query performance is improved and resource consumption is reduced.How to use it
Users can benefit from this fix automatically after updating to the version that includes it. No special configuration is required; queries onMerge tables over View will now properly use indexes if available.