2020-11-27 12:08:42 +00:00
|
|
|
<test max_ignored_relative_change="0.3">
|
2019-06-15 15:00:25 +00:00
|
|
|
<settings>
|
|
|
|
<output_format_pretty_max_rows>1000000</output_format_pretty_max_rows>
|
2019-12-30 19:16:12 +00:00
|
|
|
<max_threads>1</max_threads>
|
2019-06-15 15:00:25 +00:00
|
|
|
</settings>
|
2019-05-23 10:37:19 +00:00
|
|
|
|
|
|
|
<substitutions>
|
|
|
|
<substitution>
|
2020-04-30 05:10:13 +00:00
|
|
|
<name>format_slow</name>
|
|
|
|
<values>
|
|
|
|
<value>Pretty</value>
|
|
|
|
<value>PrettyCompact</value>
|
|
|
|
<value>PrettyCompactMonoBlock</value>
|
|
|
|
<value>PrettyNoEscapes</value>
|
|
|
|
<value>PrettySpace</value>
|
|
|
|
<value>MySQLWire</value>
|
|
|
|
<value>XML</value>
|
|
|
|
</values>
|
|
|
|
</substitution>
|
|
|
|
<substitution>
|
|
|
|
<name>format_fast</name>
|
2019-05-23 10:37:19 +00:00
|
|
|
<values>
|
|
|
|
<value>TabSeparated</value>
|
|
|
|
<value>TabSeparatedRaw</value>
|
|
|
|
<value>CSV</value>
|
|
|
|
<value>Values</value>
|
|
|
|
<value>Vertical</value>
|
|
|
|
<value>JSON</value>
|
|
|
|
<value>JSONCompact</value>
|
|
|
|
<value>JSONEachRow</value>
|
2019-12-05 10:13:40 +00:00
|
|
|
<value>JSONCompactEachRow</value>
|
2019-05-23 10:37:19 +00:00
|
|
|
<value>TSKV</value>
|
2019-05-31 08:05:26 +00:00
|
|
|
<value>RowBinary</value>
|
|
|
|
<value>Native</value>
|
2019-06-15 19:06:02 +00:00
|
|
|
<value>ODBCDriver2</value>
|
2020-01-18 20:10:11 +00:00
|
|
|
<value>Avro</value>
|
2020-04-17 09:35:38 +00:00
|
|
|
<value>MsgPack</value>
|
2020-06-26 20:17:28 +00:00
|
|
|
<value>ORC</value>
|
2019-05-23 10:37:19 +00:00
|
|
|
</values>
|
|
|
|
</substitution>
|
|
|
|
</substitutions>
|
|
|
|
|
|
|
|
<preconditions>
|
|
|
|
<table_exists>test.hits</table_exists>
|
|
|
|
</preconditions>
|
|
|
|
|
2020-04-30 05:10:13 +00:00
|
|
|
<create_query>CREATE TABLE IF NOT EXISTS table_{format_slow} ENGINE = File({format_slow}, '/dev/null') AS test.hits</create_query>
|
|
|
|
<create_query>CREATE TABLE IF NOT EXISTS table_{format_fast} ENGINE = File({format_fast}, '/dev/null') AS test.hits</create_query>
|
2019-05-31 08:05:26 +00:00
|
|
|
|
2020-04-30 05:10:13 +00:00
|
|
|
<query>INSERT INTO table_{format_slow} SELECT * FROM test.hits LIMIT 10000</query>
|
|
|
|
<query>INSERT INTO table_{format_fast} SELECT * FROM test.hits LIMIT 100000</query>
|
2019-05-23 10:37:19 +00:00
|
|
|
|
2020-04-30 05:10:13 +00:00
|
|
|
<drop_query>DROP TABLE IF EXISTS table_{format_slow}</drop_query>
|
|
|
|
<drop_query>DROP TABLE IF EXISTS table_{format_fast}</drop_query>
|
2019-05-23 10:37:19 +00:00
|
|
|
</test>
|