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: [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]