Skip to content

Commit 4bcd515

Browse files
authored
Merge pull request #284 from kua/new-settings
extend the list of supported query settings
2 parents 3d9f7c1 + 1093c99 commit 4bcd515

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

query_settings.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ var querySettingList = []querySettingInfo{
123123
{"http_max_multipart_form_data_size", uintQS},
124124
{"max_partitions_per_insert_block", uintQS},
125125
{"max_threads", uintQS},
126+
{"optimize_skip_unused_shards_nesting", uintQS},
127+
{"force_optimize_skip_unused_shards", uintQS},
128+
{"force_optimize_skip_unused_shards_nesting", uintQS},
126129

127130
{"network_zstd_compression_level", intQS},
128131
{"http_zlib_compression_level", intQS},

0 commit comments

Comments
 (0)