You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Enhancement
The text was updated successfully, but these errors were encountered: