ClickHouse/tests/performance/distributed_aggregation_memory_efficient.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
178 B
XML
Raw Permalink Normal View History

2020-05-04 18:14:31 +00:00
<test>
2020-05-06 18:53:40 +00:00
<query>select sum(number) from remote('127.0.0{{2,3,4,5}}', numbers_mt(1000000000)) settings max_threads=4, distributed_aggregation_memory_efficient=1</query>
2020-05-04 18:14:31 +00:00
</test>