How to understand that the standard error of redis hyperloglog is 0.81%? #10443
Replies: 1 comment
-
|
Interestring.
Notice the test run "assert" for |
Beta Was this translation helpful? Give feedback.
-
|
Interestring.
Notice the test run "assert" for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am confused with hyperloglog standard error 0.81%, so I change rand() to $n+$j in https://github.com/redis/redis/blob/unstable/tests/unit/hyperloglog.tcl#L48
and change 5%->0.81% in https://github.com/redis/redis/blob/unstable/tests/unit/hyperloglog.tcl#L53
but error happens.
Beta Was this translation helpful? Give feedback.
All reactions