Uh oh!
There was an error while loading. Please reload this page.
[Fix](statistics)Fix external table auto analyze bugs. - #23574
Conversation
Jibing-Li
commented
Aug 28, 2023
run buildall |
hello-stephen
commented
Aug 28, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
Uh oh!
There was an error while loading. Please reload this page.
morningman
commented
Aug 30, 2023
Need test case |
Jibing-Li
commented
Aug 31, 2023
Added test case for recursive load schema. Cases for auto analyze will be added in later PR. |
Jibing-Li
commented
Aug 31, 2023
run buildall |
hello-stephen
commented
Aug 31, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
1. Fix auto analyze external table recursively load schema cache bug. 2. Move some function in StatisticsAutoAnalyzer class to TableIf. So that external table and internal table could implement the logic separately. 3. Disable external catalog auto analyze by default, could open it by adding catalog property "enable.auto.analyze"="true"
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...