mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
dbms: uniqExact: 16% better [#METR-18564].
This commit is contained in:
parent
45065d53aa
commit
459900269f
@ -68,7 +68,7 @@ struct AggregateFunctionUniqExactData
|
||||
/// При создании, хэш-таблица должна быть небольшой.
|
||||
typedef HashSet<
|
||||
Key,
|
||||
DefaultHash<Key>,
|
||||
HashCRC32<Key>,
|
||||
HashTableGrower<4>,
|
||||
HashTableAllocatorWithStackMemory<sizeof(Key) * (1 << 4)>
|
||||
> Set;
|
||||
|
Loading…
Reference in New Issue
Block a user