mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Added performance test
This commit is contained in:
parent
71a7a74d25
commit
4f245dc286
9
tests/performance/least_greatest_hits.xml
Normal file
9
tests/performance/least_greatest_hits.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<test>
|
||||||
|
<preconditions>
|
||||||
|
<table_exists>test.hits</table_exists>
|
||||||
|
</preconditions>
|
||||||
|
|
||||||
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(least(URL, Referer))</query>
|
||||||
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(greatest(URL, Referer, Title))</query>
|
||||||
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(greatest(ClientIP, RemoteIP))</query>
|
||||||
|
</test>
|
Loading…
Reference in New Issue
Block a user