2020-10-30 15:12:15 +00:00
|
|
|
<test>
|
2019-12-06 18:10:03 +00:00
|
|
|
<substitutions>
|
|
|
|
<substitution>
|
|
|
|
<name>hash_func</name>
|
|
|
|
<values>
|
|
|
|
<value>cityHash64</value>
|
|
|
|
<value>farmHash64</value>
|
|
|
|
<value>metroHash64</value>
|
|
|
|
<value>murmurHash2_32</value>
|
|
|
|
<value>murmurHash2_64</value>
|
|
|
|
<value>murmurHash3_32</value>
|
|
|
|
<value>murmurHash3_64</value>
|
|
|
|
<value>javaHash</value>
|
|
|
|
<value>hiveHash</value>
|
|
|
|
<value>xxHash32</value>
|
|
|
|
<value>xxHash64</value>
|
|
|
|
</values>
|
|
|
|
</substitution>
|
|
|
|
<substitution>
|
|
|
|
<name>value</name>
|
|
|
|
<values>
|
2020-02-12 12:39:44 +00:00
|
|
|
<value>materialize(toUUID('61f0c404-5cb3-11e7-907b-a6006ad3dba0'))</value>
|
2020-02-13 14:58:16 +00:00
|
|
|
<value>generateUUIDv4()</value>
|
2019-12-06 18:10:03 +00:00
|
|
|
</values>
|
|
|
|
</substitution>
|
2020-02-13 22:23:54 +00:00
|
|
|
<substitution>
|
|
|
|
<name>value_slow</name>
|
|
|
|
<values>
|
|
|
|
<value>toDecimal128(number, 23)</value>
|
|
|
|
</values>
|
|
|
|
</substitution>
|
2019-12-06 18:10:03 +00:00
|
|
|
<substitution>
|
|
|
|
<name>table</name>
|
|
|
|
<values>
|
2020-10-14 15:39:27 +00:00
|
|
|
<value>zeros (100000000)</value>
|
2020-03-11 11:22:10 +00:00
|
|
|
<value>zeros_mt(1000000000)</value>
|
2020-02-13 22:23:54 +00:00
|
|
|
</values>
|
|
|
|
</substitution>
|
|
|
|
<substitution>
|
|
|
|
<name>table_slow</name>
|
|
|
|
<values>
|
2020-10-14 15:39:27 +00:00
|
|
|
<value>numbers (10000000)</value>
|
2020-04-22 20:17:34 +00:00
|
|
|
<value>numbers_mt(100000000)</value>
|
2019-12-06 18:10:03 +00:00
|
|
|
</values>
|
|
|
|
</substitution>
|
|
|
|
</substitutions>
|
|
|
|
|
|
|
|
<query>SELECT count() from {table} where not ignore({hash_func}({value}))</query>
|
2020-02-13 22:23:54 +00:00
|
|
|
<query>SELECT count() from {table_slow} where not ignore({hash_func}({value_slow}))</query>
|
2019-12-06 18:10:03 +00:00
|
|
|
</test>
|