You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The precision_threshold parameter is not supported in the cardinality aggregation currently. It defines until which count the aggregation is exact and switches to an approximation afterwards.
Currently the aggregation always uses the HLL++ algorithm, which isn't exact even for low counts.
The text was updated successfully, but these errors were encountered:
The
precision_threshold
parameter is not supported in the cardinality aggregation currently. It defines until which count the aggregation is exact and switches to an approximation afterwards.Currently the aggregation always uses the HLL++ algorithm, which isn't exact even for low counts.
The text was updated successfully, but these errors were encountered: