yiguolei commented on code in PR #25366:
URL: https://github.com/apache/doris/pull/25366#discussion_r1356682300


##########
be/src/olap/rowset/segment_v2/column_reader.cpp:
##########
@@ -338,6 +339,27 @@ bool ColumnReader::match_condition(const 
AndBlockColumnPredicate* col_predicates
                                      col_predicates);
 }
 
+bool ColumnReader::prune_predicates_by_zone_map(std::vector<ColumnPredicate*>& 
predicates,

Review Comment:
   add a config to disable this
   and the prune should only be used in query, not in compaction.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to