v.25.3Performance Improvement

Improve query performance using repeated conditions

Implement query condition cache to improve query performance using repeated conditions. The range of the portion of data that does not meet the condition is remembered as a temporary index in memory. Subsequent queries will use this index. Close #67768 #69236 (zhongyuankai).