ClickHouse/tests/performance/encodeXMLComponent.xml

8 lines
209 B
XML
Raw Normal View History

2020-12-12 21:17:37 +00:00
<test>
<preconditions>
2021-05-12 22:32:53 +00:00
<table_exists>hits_100m_single</table_exists>
2020-12-12 21:17:37 +00:00
</preconditions>
2021-05-12 22:32:53 +00:00
<query>SELECT count() FROM hits_100m_single WHERE NOT ignore(encodeXMLComponent(URL))</query>
2020-12-12 21:17:37 +00:00
</test>