ClickHouse/tests/performance/encodeXMLComponent.xml
Alexey Milovidov ef064696e7 Add perf test
2020-12-13 00:17:37 +03:00

8 lines
195 B
XML

<test>
<preconditions>
<table_exists>test.hits</table_exists>
</preconditions>
<query>SELECT count() FROM test.hits WHERE NOT ignore(encodeXMLComponent(URL))</query>
</test>