ClickHouse/tests/performance/least_greatest_hits.xml

10 lines
411 B
XML
Raw Normal View History

2020-04-18 12:35:00 +00:00
<test>
<preconditions>
2020-06-26 19:11:43 +00:00
<table_exists>hits_100m_single</table_exists>
2020-04-18 12:35:00 +00:00
</preconditions>
2020-06-26 19:11:43 +00:00
<query>SELECT count() FROM hits_100m_single WHERE NOT ignore(least(URL, Referer))</query>
2020-07-09 10:46:16 +00:00
<query>SELECT count() FROM hits_10m_single WHERE NOT ignore(greatest(URL, Referer, Title))</query>
2020-06-26 19:11:43 +00:00
<query>SELECT count() FROM hits_100m_single WHERE NOT ignore(greatest(ClientIP, RemoteIP))</query>
2020-04-18 12:35:00 +00:00
</test>