7 lines
294 B
SQL
7 lines
294 B
SQL
set global experimental_enable_nereids_planner=true;
|
|
set global experimental_enable_pipeline_engine=true;
|
|
set global runtime_filter_wait_time_ms=10000;
|
|
set global broadcast_right_table_scale_factor=0.0;
|
|
set global max_join_number_bushy_tree=10;
|
|
set global memo_max_group_expression_size=15000;
|