mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
14baed927f
The following settings had been covered: - min_bytes_to_use_direct_io - local_filesystem_read_method - local_filesystem_read_prefetch - read_priority - max_read_buffer_size
12 lines
296 B
Django/Jinja
12 lines
296 B
Django/Jinja
{% for read_method in ['read', 'mmap', 'pread_threadpool', 'pread_fake_async'] -%}
|
|
{% for direct_io in [0, 1] -%}
|
|
{% for prefetch in [0, 1] -%}
|
|
{% for priority in [0, 1] -%}
|
|
{% for buffer_size in [65505, 1048576] -%}
|
|
1000000
|
|
{% endfor -%}
|
|
{% endfor -%}
|
|
{% endfor -%}
|
|
{% endfor -%}
|
|
{% endfor -%}
|