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
I have searched in the issues and found no similar issues.
What would you like to be improved?
The default interval for tableRuntimeRefresh is 1 minute.
In certain scenarios, we increase the optimize interval by setting 'self-optimizing.min-plan-interval' to a value greater than 1 minute.
As a result, when scheduling table optimization, the table might be skipped because the interval is shorter than 'self-optimizing.min-plan-interval'. Consequently, the pendingInput generated in this round becomes useless.