improve performance for the BuildHistAndTopN
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## 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.
Contributor guide
Assessment
This issue has not been assessed yet.