Skip to content

branch-2.1: [Improve](mtmv) skip the generation of invalid task for refresh mtmv #46280 - #46392

Merged
yiguolei merged 1 commit into
branch-2.1from
auto-pick-46280-branch-2.1
Jan 5, 2025
Merged

branch-2.1: [Improve](mtmv) skip the generation of invalid task for refresh mtmv #46280#46392
yiguolei merged 1 commit into
branch-2.1from
auto-pick-46280-branch-2.1

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #46280

@hello-stephen

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@hello-stephen

Copy link
Copy Markdown
Contributor

run buildall

…#46280)
### What problem does this PR solve?
We specified the `excluded_trigger_tables = 'a'` attribute when creating
the materialized view. If table `a` is updated frequently, many invalid
tasks will be generated, and these tasks do not really refresh the mv,
which is unreasonable, too many invalid tasks will wash away useful task
information
Co-authored-by: garenshi <garenshi@tencent.com>
@yiguolei
yiguoleiforce-pushed the auto-pick-46280-branch-2.1 branch from f0618fb to b8b7f67CompareJanuary 4, 2025 01:03
@yiguolei

Copy link
Copy Markdown
Contributor

run buildall

@yiguolei
yiguolei merged commit 12350ca into branch-2.1Jan 5, 2025
@github-actions
github-actionsBot deleted the auto-pick-46280-branch-2.1 branch January 5, 2025 00:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@hello-stephen@yiguolei@dataroaring@qzsee