mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
changed GlobalStats to use HLL12 [#CONV-8544]
This commit is contained in:
parent
e68f0a2f69
commit
b25c3408ec
@ -57,7 +57,7 @@ struct AggregateFunctionUniqUniquesHashSetData
|
||||
|
||||
struct AggregateFunctionUniqHLL12Data
|
||||
{
|
||||
typedef HyperLogLogCounter<12, double> Set;
|
||||
typedef HLL12 Set;
|
||||
Set set;
|
||||
|
||||
static String getName() { return "uniqHLL12"; }
|
||||
|
Loading…
Reference in New Issue
Block a user