mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
tests/00212_shard_aggregate_function_uniq: adjust values for uniqCombined(12)(String)
Ine373862c83
the maxium size for HashTable in CombinedCardinalityEstimator had been reduced for power of 2 for String (since otherwise the size of the hashtable becames bigger then the sizeof HLL). Refs: https://github.com/ClickHouse/ClickHouse/pull/7236#issuecomment-540496270 Fixes:e373862c83
("Do not use more then 98K of memory for uniqCombined*")
This commit is contained in:
parent
eb7d4797e3
commit
e25bdc8d25
@ -916,24 +916,24 @@ uniqCombined(12)(IPv4NumToString)
|
||||
31 1
|
||||
35 1
|
||||
36 1
|
||||
0 162
|
||||
0 161
|
||||
1 162
|
||||
3 162
|
||||
6 162
|
||||
7 163
|
||||
9 163
|
||||
7 164
|
||||
9 162
|
||||
10 81
|
||||
11 163
|
||||
13 162
|
||||
14 162
|
||||
17 162
|
||||
19 162
|
||||
20 162
|
||||
21 162
|
||||
22 162
|
||||
11 160
|
||||
13 163
|
||||
14 161
|
||||
17 159
|
||||
19 165
|
||||
20 163
|
||||
21 163
|
||||
22 158
|
||||
26 162
|
||||
31 162
|
||||
35 162
|
||||
35 164
|
||||
36 162
|
||||
0 52613
|
||||
1 54468
|
||||
@ -1041,25 +1041,25 @@ uniqCombined(20)(IPv4NumToString)
|
||||
31 162
|
||||
35 162
|
||||
36 162
|
||||
0 54054
|
||||
1 54054
|
||||
3 54054
|
||||
6 54054
|
||||
7 54054
|
||||
9 54054
|
||||
0 54038
|
||||
1 54104
|
||||
3 54033
|
||||
6 54084
|
||||
7 54081
|
||||
9 54093
|
||||
10 27027
|
||||
11 54055
|
||||
13 54054
|
||||
14 54054
|
||||
17 54054
|
||||
19 54054
|
||||
20 54054
|
||||
21 54054
|
||||
22 54054
|
||||
26 54054
|
||||
31 54054
|
||||
35 54054
|
||||
36 54054
|
||||
11 54064
|
||||
13 54055
|
||||
14 54063
|
||||
17 54055
|
||||
19 53960
|
||||
20 54033
|
||||
21 53988
|
||||
22 54086
|
||||
26 54106
|
||||
31 54039
|
||||
35 54018
|
||||
36 54084
|
||||
uniqCombined remote()
|
||||
1
|
||||
1
|
||||
|
Loading…
Reference in New Issue
Block a user