[Fix](statistics) Fix partition name NPE and sample for all table during auto analyze (#28916)#29199
Conversation
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
…ing auto analyze (apache#28916) Fix partition name NPE and sample for all table during auto analyze. Sample for all tables because getData may have latency, which may cause full analyze a huge table and use too much resource. Sample for all tables to avoid this. Will improve the strategy later.
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
Fix partition name NPE and sample for all table during auto analyze. Sample for all tables because getData may have latency, which may cause full analyze a huge table and use too much resource. Sample for all tables to avoid this. Will improve the strategy later.
backport #28916
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...