dbms: uniqExact: 16% better [#METR-18564].

This commit is contained in:
Alexey Milovidov 2015-10-29 05:19:56 +03:00
parent 45065d53aa
commit 459900269f

View File

@ -68,7 +68,7 @@ struct AggregateFunctionUniqExactData
/// При создании, хэш-таблица должна быть небольшой.
typedef HashSet<
Key,
DefaultHash<Key>,
HashCRC32<Key>,
HashTableGrower<4>,
HashTableAllocatorWithStackMemory<sizeof(Key) * (1 << 4)>
> Set;