ClickHouse/tests/performance/slices_hits.xml

9 lines
311 B
XML
Raw Normal View History

<test>
<preconditions>
2020-06-26 19:11:43 +00:00
<table_exists>hits_100m_single</table_exists>
</preconditions>
2020-06-26 19:11:43 +00:00
<query>SELECT count() FROM hits_100m_single WHERE NOT ignore(substring(URL, 10, 20))</query>
<query>SELECT count() FROM hits_100m_single WHERE NOT ignore(substring(PageCharset, 1, 2))</query>
</test>