Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
3d2af579
Commit
3d2af579
authored
Apr 23, 2014
by
Salvatore Sanfilippo
Browse files
Merge pull request #1700 from nirvdrum/patch-1
Fixed typos.
parents
35252037
662f5057
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
3d2af579
...
@@ -637,14 +637,14 @@ zset-max-ziplist-value 64
...
@@ -637,14 +637,14 @@ zset-max-ziplist-value 64
# HyperLogLog sparse representation bytes limit. The limit includes the
# HyperLogLog sparse representation bytes limit. The limit includes the
# 16 bytes header. When an HyperLogLog using the sparse representation crosses
# 16 bytes header. When an HyperLogLog using the sparse representation crosses
# this limit, it is conver
e
ted into the dense representation.
# this limit, it is converted into the dense representation.
#
#
# A value greater than 16000 is totally useless, since at that point the
# A value greater than 16000 is totally useless, since at that point the
# dense representation is more memory efficient.
# dense representation is more memory efficient.
#
#
# The suggested value is ~ 3000 in order to have the benefits of
# The suggested value is ~ 3000 in order to have the benefits of
# the space efficient encoding without slowing down too much PFADD,
# the space efficient encoding without slowing down too much PFADD,
# which is O(N) with the sparse encoding. The
v
value can be raised to
# which is O(N) with the sparse encoding. The value can be raised to
# ~ 10000 when CPU is not a concern, but space is, and the data set is
# ~ 10000 when CPU is not a concern, but space is, and the data set is
# composed of many HyperLogLogs with cardinality in the 0 - 15000 range.
# composed of many HyperLogLogs with cardinality in the 0 - 15000 range.
hll
-
sparse
-
max
-
bytes
3000
hll
-
sparse
-
max
-
bytes
3000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment