mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add performance test
This commit is contained in:
parent
e3fc7662c1
commit
9a86d0087c
6
tests/performance/countDigits.xml
Normal file
6
tests/performance/countDigits.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<test>
|
||||
<query>SELECT count() FROM test.hits WHERE NOT ignore(countDigits(RegionID))</query>
|
||||
<query>SELECT count() FROM test.hits WHERE NOT ignore(countDigits(AdvEngineID))</query>
|
||||
<query>SELECT count() FROM test.hits WHERE NOT ignore(countDigits(ClientIP))</query>
|
||||
<query>SELECT count() FROM test.hits WHERE NOT ignore(countDigits(WatchID))</query>
|
||||
</test>
|
Loading…
Reference in New Issue
Block a user