We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d1041 commit bc2009fCopy full SHA for bc2009f
tests/logictest/suites/base/06_show/06_0003_show_settings
@@ -17,6 +17,7 @@ enable_planner_v2 1 1 SESSION Enable planner v2 by setting this variable to
17
field_delimiter , , SESSION Format field delimiter, default value: , String
18
flight_client_timeout 60 60 SESSION Max duration the flight client request is allowed to take in seconds. By default, it is 60 seconds UInt64
19
group_by_two_level_threshold 10000 10000 SESSION The threshold of keys to open two-level aggregation, default value: 10000 UInt64
20
+input_read_buffer_size 1048576 1048576 SESSION The size of buffer in bytes for input with format. By default, it is 1MB. UInt64
21
max_block_size 10000 10000 SESSION Maximum block size for reading UInt64
22
max_execute_time 0 0 SESSION The maximum query execution time. it means no limit if the value is zero. default value: 0 UInt64
23
max_threads 11 16 SESSION The maximum number of threads to execute the request. By default, it is determined automatically. UInt64
0 commit comments