ClickHouse/tests/performance/first_significant_subdomain.xml
2020-04-18 15:54:16 +03:00

15 lines
274 B
XML

<test>
<preconditions>
<table_exists>test.hits</table_exists>
</preconditions>
<settings>
<max_threads>1</max_threads>
</settings>
<query>SELECT count() FROM test.hits WHERE NOT ignore(firstSignificantSubdomain(URL))</query>
</test>