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
Now, Analyze will take most of the time on the BuildHistAndTopN. BuildHistAndTopN have many unnecessary sort and compare with low NDV. so we can merge the same data then sort and compare. it will have better performance.
The text was updated successfully, but these errors were encountered:
Enhancement
Now, Analyze will take most of the time on the
BuildHistAndTopN
.BuildHistAndTopN
have many unnecessary sort and compare with low NDV. so we can merge the same data then sort and compare. it will have better performance.The text was updated successfully, but these errors were encountered: