Skip to content

Commit

Permalink
[exec](load) change default parallel num from 1 to 8 in no pipeline e…
Browse files Browse the repository at this point in the history
…xec engine (apache#28864)
  • Loading branch information
HappenLee authored Dec 22, 2023
1 parent 966766f commit e0bb7fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ public class SessionVariable implements Serializable, Writable {
*/
@VariableMgr.VarAttr(name = PARALLEL_FRAGMENT_EXEC_INSTANCE_NUM, needForward = true, fuzzy = true,
setter = "setFragmentInstanceNum")
public int parallelExecInstanceNum = 1;
public int parallelExecInstanceNum = 8;

@VariableMgr.VarAttr(name = PARALLEL_PIPELINE_TASK_NUM, fuzzy = true, needForward = true,
setter = "setPipelineTaskNum")
Expand Down

0 comments on commit e0bb7fa

Please sign in to comment.