-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[opt](stats) Support display of auto analyze jobs #24135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
15e341a to
bd64648
Compare
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
bd64648 to
a717ab9
Compare
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
a717ab9 to
b56cbd0
Compare
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
b56cbd0 to
7fe2b8d
Compare
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisManager.java
Outdated
Show resolved
Hide resolved
7fe2b8d to
092b24f
Compare
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
092b24f to
3f86472
Compare
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
3f86472 to
ca31815
Compare
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
|
Shall we expose job table schema to user? Let users create any filter condition they want. |
|
PR approved by at least one committer and no changes requested. |
We will but not now |
….0 (#25421) This PR is composed of belowing commits which has been merged to Doirs master: * #24769 * #24672 * #24599 * #24521 * #24405 * #24237 * #24135 * #24074 * #24026 * #23992 * #23978 * #23622 * #23507 * #23354 * #23103 * #22963 * #22896 * #22775 * #22773 After this PR, when user upgrade Doris from 2.0.2 to 2.0.3, the origin info in AnalysisManager will be ignored, and the new module AnalysisManagerV2 will be saved(with more info).
Proposed changes
Support dispaly of auto analyze jobs
After this PR, users and DBA could use such grammar to check the execution status of auto analyze jobs:
Record count of history auto analyze job could be configured by setting FE option: auto_analyze_job_record_count, default value is 2000
Enhance auto analyze
After this PR, auto jobs those created automatically will no longer execute beyond a specific time frame.
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...