Added performance test

This commit is contained in:
Alexey Milovidov 2020-04-18 15:35:00 +03:00
parent 71a7a74d25
commit 4f245dc286

View 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>