Jackie
09/10/2020, 6:01 PMFastHLL
has been deprecated for a while, the replacement for that is DistinctCountHLL
with BYTES
column for both performance and compactionTing Chen
09/10/2020, 6:05 PMJackie
09/10/2020, 6:23 PMFastHLL
is still supported for backward-compatible, but might be removed any time. We introduced FastHLL
as a work around because at that time we don't have BYTES
type support.Jackie
09/10/2020, 6:24 PMHllUtil
to generate star-tree for FastHLL
. Do you use it to generate the raw data?Ting Chen
09/10/2020, 7:14 PMJackie
09/10/2020, 7:50 PMDistinctCountHLL
, you might need to copy HllUtil
to the client code to construct the stringsJackie
09/10/2020, 7:51 PMDistinctCountHLL
which is more flexible and has better performanceTing Chen
09/11/2020, 12:33 AMHllUtil
.