Skip to content
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

Enhance statistics collection for a large amount of tables #55447

Closed
4 tasks
murphyatwork opened this issue Jan 26, 2025 · 0 comments · Fixed by #55433 or #55446
Closed
4 tasks

Enhance statistics collection for a large amount of tables #55447

murphyatwork opened this issue Jan 26, 2025 · 0 comments · Fixed by #55433 or #55446
Assignees
Labels
type/enhancement Make an enhancement to StarRocks

Comments

@murphyatwork
Copy link
Contributor

murphyatwork commented Jan 26, 2025

Enhancement

  • optimize auto analyze with priority, otherwise some tables will have pretty stale statistics
  • optimize ingestion-triggered job execution. currently if running a large amount of etl jobs will trigger many analyze tasks simultaneously, which will compete for resource.
  • Avoid analyze transient tables, which is created during etl process but will be dropped after etl
  • Identify critical tables among these tables
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
1 participant