-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support of the new data structure HyperLogLog #1307
Comments
I am working on this,just assign to me |
Glad to hear that. Assigned. |
Hi @dongdongwcpp, how is it going now? |
I'd like to design the part in kvrocks. And I'm considering the storage about hyperloglog. |
In a few days, I will present a concrete idea. |
@dongdongwcpp Released for long time nonresponse. Feel free to participate the community via other tasks : ) |
Thanks! Assigned. |
Some questions I haven't thought through, and time is limited, so it's going to take some time. |
@infdahai How is it going now? Feel free to share your problems with us. |
I'd like to take over this task. @PragmaTwice |
Great! Assigned. |
Hello, I have observed that this issue has not progressed for a long time.. Are you still doing it now? If not, I want to try it. @Yangsx-1 |
@qujihan Sure, I have changed the assigned. Thank you! |
You can first draft a format in discussion, and then move forward to implement it. Some database uses HLL to optimize the ndv:
You can choose them or using similar like HLL in Redis |
Just do it! I'm very busy these days, you can take this task. |
@PragmaTwice I create a PR #2142 for support hyperloglog. |
As a plan in Kvrocks 2023 Roadmap, we are eager to explore the ability to implement HyperLogLog commands in Redis for kvrocks.
Everyone is welcome to ask questions, or contribute your ideas/PRs.
The text was updated successfully, but these errors were encountered: