mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update async_remote_read.xml
This commit is contained in:
parent
f7d02fbe75
commit
e79c91947a
@ -12,6 +12,6 @@
|
||||
SETTINGS max_threads = 2, max_distributed_connections = 2
|
||||
</query>
|
||||
|
||||
<query>select sum(length(URL)) from hits_100m_single settings max_threads=2, max_streams_to_max_threads_ratio=16, allow_asynchronous_read_from_io_pool_for_merge_tree=0</query>
|
||||
<query>select sum(length(URL)) from hits_100m_single settings max_threads=2, max_streams_to_max_threads_ratio=16, allow_asynchronous_read_from_io_pool_for_merge_tree=1</query>
|
||||
<query>select sum(length(URL)) from hits_100m_single settings max_threads=8, max_streams_to_max_threads_ratio=2, allow_asynchronous_read_from_io_pool_for_merge_tree=0</query>
|
||||
<query>select sum(length(URL)) from hits_100m_single settings max_threads=8, max_streams_to_max_threads_ratio=2, allow_asynchronous_read_from_io_pool_for_merge_tree=1</query>
|
||||
</test>
|
||||
|
Loading…
Reference in New Issue
Block a user