File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -684,14 +684,14 @@ zset-max-ziplist-value 64
684
684
685
685
# HyperLogLog sparse representation bytes limit. The limit includes the
686
686
# 16 bytes header. When an HyperLogLog using the sparse representation crosses
687
- # this limit, it is convereted into the dense representation.
687
+ # this limit, it is converted into the dense representation.
688
688
#
689
689
# A value greater than 16000 is totally useless, since at that point the
690
690
# dense representation is more memory efficient.
691
691
#
692
692
# The suggested value is ~ 3000 in order to have the benefits of
693
693
# the space efficient encoding without slowing down too much PFADD,
694
- # which is O(N) with the sparse encoding. Thev value can be raised to
694
+ # which is O(N) with the sparse encoding. The value can be raised to
695
695
# ~ 10000 when CPU is not a concern, but space is, and the data set is
696
696
# composed of many HyperLogLogs with cardinality in the 0 - 15000 range.
697
697
hll-sparse-max-bytes 3000
You can’t perform that action at this time.
0 commit comments