2021-03-25 21:00:18 +00:00
|
|
|
<test max_ignored_relative_change="0.2">
|
2018-04-19 03:24:27 +00:00
|
|
|
<preconditions>
|
|
|
|
<table_exists>hits_100m_single</table_exists>
|
2020-12-23 02:40:55 +00:00
|
|
|
<table_exists>hits_10m_single</table_exists>
|
2020-12-07 18:19:11 +00:00
|
|
|
<table_exists>test.hits</table_exists>
|
2018-04-19 03:24:27 +00:00
|
|
|
</preconditions>
|
|
|
|
|
|
|
|
|
|
|
|
<substitutions>
|
|
|
|
<substitution>
|
2020-12-23 02:40:55 +00:00
|
|
|
<name>func_slow</name>
|
|
|
|
<values>
|
|
|
|
<value>URLHierarchy</value>
|
|
|
|
<value>URLPathHierarchy</value>
|
|
|
|
</values>
|
|
|
|
</substitution>
|
|
|
|
|
|
|
|
<substitution>
|
|
|
|
<name>func_fast</name>
|
2018-04-19 03:24:27 +00:00
|
|
|
<values>
|
|
|
|
<value>protocol</value>
|
|
|
|
<value>domain</value>
|
|
|
|
<value>domainWithoutWWW</value>
|
|
|
|
<value>topLevelDomain</value>
|
|
|
|
<value>firstSignificantSubdomain</value>
|
|
|
|
<value>cutToFirstSignificantSubdomain</value>
|
|
|
|
<value>path</value>
|
|
|
|
<value>pathFull</value>
|
|
|
|
<value>queryString</value>
|
|
|
|
<value>fragment</value>
|
|
|
|
<value>queryStringAndFragment</value>
|
|
|
|
<value>extractURLParameters</value>
|
|
|
|
<value>extractURLParameterNames</value>
|
|
|
|
<value>decodeURLComponent</value>
|
2021-01-14 21:34:53 +00:00
|
|
|
<value>decodeXMLComponent</value>
|
2018-04-19 03:24:27 +00:00
|
|
|
<value>cutWWW</value>
|
|
|
|
<value>cutQueryString</value>
|
|
|
|
<value>cutQueryStringAndFragment</value>
|
|
|
|
</values>
|
|
|
|
</substitution>
|
|
|
|
</substitutions>
|
2020-12-23 02:40:55 +00:00
|
|
|
|
|
|
|
<query>SELECT count() FROM hits_100m_single WHERE NOT ignore({func_fast}(URL))</query>
|
|
|
|
<query>SELECT count() FROM hits_10m_single WHERE NOT ignore({func_slow}(URL))</query>
|
2020-12-07 18:19:11 +00:00
|
|
|
|
|
|
|
<!-- firstSignificantSubdomain/firstSignificantSubdomainCustom -->
|
|
|
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(firstSignificantSubdomain(URL)) SETTINGS max_threads=1</query>
|
|
|
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(firstSignificantSubdomainCustom(URL, 'public_suffix_list')) SETTINGS max_threads=1</query>
|
|
|
|
<!-- cutToFirstSignificantSubdomain/cutToFirstSignificantSubdomainCustom -->
|
|
|
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(cutToFirstSignificantSubdomain(URL)) SETTINGS max_threads=1</query>
|
|
|
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(cutToFirstSignificantSubdomainCustom(URL, 'public_suffix_list')) SETTINGS max_threads=1</query>
|
2018-04-19 03:24:27 +00:00
|
|
|
</test>
|