diff --git a/gensrc/thrift/PaloInternalService.thrift b/gensrc/thrift/PaloInternalService.thrift index d3558b1f0f3c07..be70d06a59eb0f 100644 --- a/gensrc/thrift/PaloInternalService.thrift +++ b/gensrc/thrift/PaloInternalService.thrift @@ -332,6 +332,16 @@ struct TQueryOptions { 125: optional bool enable_segment_cache = true; + 126: optional i32 runtime_bloom_filter_max_size = 16777216; + + 127: optional i32 in_list_value_count_threshold = 10; + + // We need this two fields to make sure thrift id on master is compatible with other branch. + 128: optional bool enable_verbose_profile = false; + 129: optional i32 rpc_verbose_profile_max_instance_count = 0; + + 130: optional bool enable_adaptive_pipeline_task_serial_read_on_limit = true; + 131: optional i32 adaptive_pipeline_task_serial_read_on_limit = 10000; 132: optional i32 parallel_prepare_threshold = 0; // For cloud, to control if the content would be written into file cache // In write path, to control if the content would be written into file cache.