update tpch tools: 1) extend data scale to sf1/sf100/sf1000/sf10000 2) add table schema, sql, opt config for all different scale. 3) refine result output
7 lines
293 B
SQL
7 lines
293 B
SQL
set global experimental_enable_nereids_planner=true;
|
|
set global experimental_enable_pipeline_engine=true;
|
|
set global enable_runtime_filter_prune=false;
|
|
set global runtime_filter_wait_time_ms=1000;
|
|
set global enable_fallback_to_original_planner=false;
|
|
set global forbid_unknown_col_stats=true;
|