ADD BACKEND/COMPUTE NOTE BLACKLIST
Adds a BE or CN node to the BE and CN Blacklist.
ALTER SYSTEM
ALTER SYSTEM Manages FE, BE, CN, Broker nodes, and metadata snapshots in a cluster.
CANCEL DECOMMISSION
CANCEL DECOMMISSION is used to undo a node decommission.
DELETE BACKEND/COMPUTE NOT BLACKLIST
Removes a BE/CN node from the BE Blacklist.
KILL
Terminates a connection or a query currently being performed by threads executing within StarRocks.
SHOW BACKENDS
SHOW BACKENDS shows the information of all BE nodes in the cluster.
SHOW BACKEND/COMPUTE NODE BLACKLIST
Shows the BE/CN nodes in the BE and CN Blacklist.
SHOW BROKER
SHOW BROKER views the information of all brokers that have been added to the StarRocks cluster.
SHOW COMPUTE NODES
SHOW COMPUTE NODES shows the information of all CN nodes in the cluster.
SHOW FRONTENDS
SHOW FRONTENDS views the information of all FE nodes in the cluster, including their IP addresses, ports, roles, and status.
SHOW PROC
SHOW PROC shows certain indicators of the StarRocks cluster.
SHOW PROCESSLIST
SHOW PROCESSLIST lists the operations currently being performed by threads executing within the server.
SHOW RUNNING QUERIES
`SHOW RUNNING QUERIES` displays information of all queries that are running or pending in the query queue.
SYNC
Synchronizes the data consistency among different sessions.