Skip to content

[Materialized Views] Support more intelligent/adaptive MV Refresh #56973

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

Open
LiShuMing opened this issue Mar 17, 2025 · 1 comment · May be fixed by #59590
Open

[Materialized Views] Support more intelligent/adaptive MV Refresh #56973

LiShuMing opened this issue Mar 17, 2025 · 1 comment · May be fixed by #59590
Labels
type/enhancement Make an enhancement to StarRocks

Comments

@LiShuMing
Copy link
Contributor

Enhancement

  1. MV's partition_refresh_number property has been set 1 since SR 3.3, but this can be efficient if there are too many partitions to fresh and per-partition contains no more rows. We may introduce a more adaptive method to adjust this by the base table data info.
  2. we may also make task_runs_concurrency more adaptive either.
@hongkunxu
Copy link
Contributor

That's a great idea! I'll proceed with the development based on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Make an enhancement to StarRocks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants