Tracking issue: HyperLogLog
- Dominant language
- C++
- Stars
- 4.4k
- Forks
- 658
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 10
Description
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
### Motivation
Add HyperLogLog for kvrocks
* [x] Dense HLL design: https://github.com/apache/kvrocks-website/pull/207
* [x] Dense HLL PFADD/PFCOUNT: https://github.com/apache/kvrocks/pull/2142
* [x] Dense HLL Merge Support: https://github.com/apache/kvrocks/pull/2457
* [ ] Sparse HLL design
* [ ] Sparse HLL all commands support
* [x] Golang script tests https://github.com/apache/kvrocks/pull/2463
* [ ] Migration tests
### Solution
See https://github.com/apache/kvrocks/discussions/2438
### Are you willing to submit a PR?
- [X] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.