Jibing-Li commented on code in PR #27713:
URL: https://github.com/apache/doris/pull/27713#discussion_r1407851593


##########
fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsAutoCollector.java:
##########
@@ -178,6 +178,11 @@ protected AnalysisInfo 
getReAnalyzeRequiredPart(AnalysisInfo jobInfo) {
         AnalysisManager analysisManager = 
Env.getServingEnv().getAnalysisManager();
         TableStatsMeta tblStats = 
analysisManager.findTableStatsStatus(table.getId());
 
+        // Skip tables that are too width.
+        if (table.getColumns().size() > 
StatisticsUtil.getAutoAnalyzeTableWidthThreshold()) {

Review Comment:
   Added



-- 
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