-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/loadIssues or PRs related to all kinds of loadIssues or PRs related to all kinds of loadkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Motivation
Currently, it is not supported to modify the created routine load job. If the user wants to modify some properties of the job, such as concurrency, Kafka consumption progress, etc., a new job needs to be created. Very unfriendly to use.
Alter job
Support ALTER ROUTINE LOAD JOB stmt, for example:
alter routine load db1.label1
properties
(
"desired_concurrent_number"="3",
"max_batch_interval" = "5",
"max_batch_rows" = "300000",
"max_batch_size" = "209715200",
"strict_mode" = "false",
"timezone" = "+08:00"
)
Metadata
Metadata
Assignees
Labels
area/loadIssues or PRs related to all kinds of loadIssues or PRs related to all kinds of loadkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.