morningman opened a new pull request #5277: URL: https://github.com/apache/incubator-doris/pull/5277
## Proposed changes Similar to the parallel_fragment_exec_instance_num parameter, it allows the user to set the parallelism of the load execution plan on a single node when the broker load is submitted. eg: ``` ... properties ( "load_parallelism" = "4"; ... ) ``` This parameter is currently only used to support the load parallelism setting, but it cannot significantly improve the load speed for the time being. The speed increase will be completed in subsequent code submissions. Documents will also be added in subsequent submissions. This PR also update the FE meta version. ## Types of changes - [x] New feature (non-breaking change which adds functionality) - [x] Code refactor (Modify the code structure, format the code, etc...) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
