xzj7019 commented on code in PR #27113:
URL: https://github.com/apache/doris/pull/27113#discussion_r1398637178


##########
fe/fe-core/src/main/java/org/apache/doris/statistics/Statistics.java:
##########
@@ -129,7 +129,7 @@ public double computeSize() {
     }
 
     public double dataSizeFactor() {
-        return computeTupleSize() / K_BYTES;
+        return Math.max(computeTupleSize() / K_BYTES, 1);

Review Comment:
   please add explaination for this change and list the tpcds 1T perf data 
comparison, some cases can be put into consideration, such as q4/q11.



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to