You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| enable_new_processor_framework | 1 | 1 | SESSION | Enable new processor framework if value !=0, default value: 1 | UInt64 |
24
+
| enable_planner_v2 | 1 | 1 | SESSION | Enable planner v2 by setting this variable to 1, default value: 1 | UInt64 |
25
+
| field_delimiter | , | , | SESSION | Format field delimiter, default value: , | String |
26
+
| 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 |
27
+
| group_by_two_level_threshold | 10000 | 10000 | SESSION | The threshold of keys to open two-level aggregation, default value: 10000 | UInt64 |
28
+
| max_block_size | 10000 | 10000 | SESSION | Maximum block size for reading | UInt64 |
29
+
| max_execute_time | 0 | 0 | SESSION | The maximum query execution time. it means no limit if the value is zero. default value: 0 | UInt64 |
30
+
| max_threads | 8 | 16 | GLOBAL | The maximum number of threads to execute the request. By default, it is determined automatically. | UInt64 |
0 commit comments