{ “title”: “ALTER-SYSTEM-MODIFY-BACKEND”, “language”: “en” }
ALTER SYSTEM MKDIFY BACKEND
Modify BE node properties (administrator only!)
grammar:
ALTER SYSTEM MODIFY BACKEND "host:heartbeat_port" SET ("key" = "value"[, ...]);
ALTER SYSTEM MODIFY BACKEND "id1" SET ("key" = "value"[, ...]);
illustrate:
Note:
Modify the resource tag of BE
ALTER SYSTEM MODIFY BACKEND "host1:heartbeat_port" SET ("tag.location" = "group_a"); ALTER SYSTEM MODIFY BACKEND "host1:heartbeat_port" SET ("tag.location" = "group_a", "tag.compute" = "c1");
ALTER SYSTEM MODIFY BACKEND "id1" SET ("tag.location" = "group_a"); ALTER SYSTEM MODIFY BACKEND "id1" SET ("tag.location" = "group_a", "tag.compute" = "c1");
Modify the query disable property of BE
ALTER SYSTEM MODIFY BACKEND "host1:heartbeat_port" SET ("disable_query" = "true");
ALTER SYSTEM MODIFY BACKEND "id1" SET ("disable_query" = "true");
Modify the import disable property of BE
ALTER SYSTEM MODIFY BACKEND "host1:heartbeat_port" SET ("disable_load" = "true");
ALTER SYSTEM MODIFY BACKEND "id1" SET ("disable_load" = "true");
ALTER, SYSTEM, ADD, BACKEND, ALTER SYSTEM