Update reference.md

This commit is contained in:
alexey-milovidov 2018-11-23 01:47:23 +03:00 committed by GitHub
parent 9ce56c5ab4
commit 709b1177e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ The parameter "HLL_precision" is the base-2 logarithm of the number of cells in
The result is deterministic (it doesn't depend on the order of query processing).
The `uniqCombined` function is a good default choice for calculating the number of different values, but keep in mind that the estimation error for large sets (200M+ elements) will become larger than theoretical value due to poor choice of hash function.
The `uniqCombined` function is a good default choice for calculating the number of different values, but keep in mind that the estimation error for large sets (200 million elements and more) will become larger than theoretical value due to poor choice of hash function.
## uniqHLL12(x)