2018-11-22 23:45:16 +00:00
|
|
|
<test>
|
|
|
|
<name>uniq</name>
|
2018-11-23 19:52:24 +00:00
|
|
|
<type>loop</type>
|
2018-11-22 23:45:16 +00:00
|
|
|
|
|
|
|
<preconditions>
|
|
|
|
<table_exists>hits_100m_single</table_exists>
|
|
|
|
<ram_size>30000000000</ram_size>
|
|
|
|
</preconditions>
|
|
|
|
|
|
|
|
<stop_conditions>
|
|
|
|
<any_of>
|
2019-05-24 15:09:21 +00:00
|
|
|
<min_time_not_changing_for_ms>5000</min_time_not_changing_for_ms>
|
2019-05-13 14:09:11 +00:00
|
|
|
<total_time_ms>20000</total_time_ms>
|
2018-11-22 23:45:16 +00:00
|
|
|
</any_of>
|
|
|
|
</stop_conditions>
|
|
|
|
|
|
|
|
<main_metric>
|
2018-11-23 19:52:24 +00:00
|
|
|
<min_time/>
|
2018-11-22 23:45:16 +00:00
|
|
|
</main_metric>
|
|
|
|
|
|
|
|
<settings>
|
2019-02-12 09:13:31 +00:00
|
|
|
<max_memory_usage>30000000000</max_memory_usage>
|
2018-11-22 23:45:16 +00:00
|
|
|
</settings>
|
|
|
|
|
|
|
|
<substitutions>
|
|
|
|
<substitution>
|
|
|
|
<name>key</name>
|
|
|
|
<values>
|
|
|
|
<value>1</value>
|
|
|
|
<value>SearchEngineID</value>
|
|
|
|
<value>RegionID</value>
|
|
|
|
<value>SearchPhrase</value>
|
|
|
|
<value>ClientIP</value>
|
|
|
|
</values>
|
|
|
|
</substitution>
|
|
|
|
<substitution>
|
|
|
|
<name>func</name>
|
|
|
|
<values>
|
|
|
|
<value>sum</value>
|
|
|
|
<value>uniq</value>
|
|
|
|
<value>uniqExact</value>
|
|
|
|
<value>uniqHLL12</value>
|
|
|
|
<value>uniqCombined(12)</value>
|
|
|
|
<value>uniqCombined(13)</value>
|
|
|
|
<value>uniqCombined(14)</value>
|
|
|
|
<value>uniqCombined(15)</value>
|
|
|
|
<value>uniqCombined(16)</value>
|
|
|
|
<value>uniqCombined(17)</value>
|
|
|
|
<value>uniqCombined(18)</value>
|
|
|
|
<value>uniqCombined(19)</value>
|
|
|
|
<value>uniqCombined(20)</value>
|
|
|
|
<value>uniqUpTo(3)</value>
|
|
|
|
<value>uniqUpTo(5)</value>
|
|
|
|
<value>uniqUpTo(10)</value>
|
|
|
|
<value>uniqUpTo(25)</value>
|
|
|
|
<value>uniqUpTo(100)</value>
|
|
|
|
</values>
|
|
|
|
</substitution>
|
|
|
|
</substitutions>
|
|
|
|
|
|
|
|
<query>SELECT {key} AS k, {func}(UserID) FROM hits_100m_single GROUP BY k</query>
|
|
|
|
</test>
|