mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
14 lines
370 B
Django/Jinja
14 lines
370 B
Django/Jinja
{% for index_granularity_bytes in [0, 10 * 1024 * 1024] -%}
|
|
{% 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 -%}
|
|
{% endfor -%}
|