Uh oh!
There was an error while loading. Please reload this page.
[Fix](statistics) Fix partition name NPE and sample for all table during auto analyze (#28916) - #29199
Conversation
Jibing-Li
commented
Dec 28, 2023
run buildall |
doris-robot
commented
Dec 28, 2023
(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.
Jibing-Li
commented
Dec 28, 2023
run buildall |
doris-robot
commented
Dec 28, 2023
(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...