csun5285 commented on code in PR #67642:
URL: https://github.com/apache/doris/pull/67642#discussion_r3965910433
##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -2380,10 +2380,12 @@ public boolean isEnableHboNonStrictMatchingMode() {
+ "pushdown minmax on unique table.")
public boolean enablePushDownMinMaxOnUnique = false;
- // Whether enable push down string type minmax to scan node.
+ // Whether enable push down string type minmax to scan node. A string zone
map bound is cut to
+ // 512 bytes, and the storage layer skips the push down for the segments
whose bounds were
+ // actually cut, so turn this off only to stop pushing string minmax down
at all.
Review Comment:
好,我把开关改成:是否强制使用 zonemap
--
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]