mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
61 lines
1.8 KiB
XML
61 lines
1.8 KiB
XML
<test>
|
|
<type>loop</type>
|
|
|
|
<create_query>CREATE TABLE IF NOT EXISTS table_{format} ENGINE = File({format}) AS test.hits</create_query>
|
|
|
|
<stop_conditions>
|
|
<all_of>
|
|
<iterations>5</iterations>
|
|
<min_time_not_changing_for_ms>10000</min_time_not_changing_for_ms>
|
|
</all_of>
|
|
<any_of>
|
|
<iterations>100</iterations>
|
|
<total_time_ms>60000</total_time_ms>
|
|
</any_of>
|
|
</stop_conditions>
|
|
|
|
<main_metric>
|
|
<min_time/>
|
|
</main_metric>
|
|
|
|
<settings>
|
|
<output_format_pretty_max_rows>1000000</output_format_pretty_max_rows>
|
|
</settings>
|
|
|
|
<substitutions>
|
|
<substitution>
|
|
<name>format</name>
|
|
<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>
|
|
<value>TSKV</value>
|
|
<value>Pretty</value>
|
|
<value>PrettyCompact</value>
|
|
<value>PrettyCompactMonoBlock</value>
|
|
<value>PrettyNoEscapes</value>
|
|
<value>PrettySpace</value>
|
|
<value>RowBinary</value>
|
|
<value>Native</value>
|
|
<value>XML</value>
|
|
<value>ODBCDriver2</value>
|
|
<value>MySQLWire</value>
|
|
</values>
|
|
</substitution>
|
|
</substitutions>
|
|
|
|
<preconditions>
|
|
<table_exists>test.hits</table_exists>
|
|
</preconditions>
|
|
|
|
<query>INSERT INTO table_{format} SELECT * FROM test.hits LIMIT 100000</query>
|
|
|
|
<drop_query>DROP TABLE IF EXISTS table_{format}</drop_query>
|
|
|
|
</test>
|