mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
5f1e65b252
This implements a new function for approximate computation of the most frequent entries using Filtered Space Saving with a merge step adapted from Parallel Space Saving paper. It works better for cases where GROUP BY x is impractical due to high cardinality of x, such as top IP addresses or top search queries. |
||
---|---|---|
.. | ||
external_dictionaries | ||
integration_drafts/graphite_merge_tree | ||
perf_drafts | ||
queries | ||
.gitignore | ||
clickhouse-client.xml | ||
clickhouse-test | ||
CMakeLists.txt |