ClickHouse/tests/performance/date_parsing.xml

8 lines
247 B
XML
Raw Normal View History

<test max_ignored_relative_change="0.3">
<preconditions>
2020-06-23 12:09:54 +00:00
<table_exists>hits_100m_single</table_exists>
</preconditions>
2020-06-23 12:09:54 +00:00
<query>SELECT count() FROM hits_100m_single WHERE NOT ignore(toDate(toString(EventDate)))</query>
</test>