ClickHouse/tests/performance/distributed_aggregation_memory_efficient.xml
2020-05-06 21:53:40 +03:00

4 lines
178 B
XML

<test>
<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>
</test>