ποΈ Resource group
How to use resource groups in StarRocks to isolate resources and run multiple workloads concurrently in a single cluster.
ποΈ Query queues
From v2.5, StarRocks supports query queues.
ποΈ Query Management
Configure per-user query properties in StarRocks: connection limits, query timeouts, and resource allocation using ALTER USER SET PROPERTIES.
ποΈ Memory Management
Overview of memory classification and memory management strategies in StarRocks.
ποΈ Spill to disk
How to configure StarRocks to spill intermediate query results to disk or object storage to prevent out-of-memory errors.
ποΈ Load Balancing
When deploying multiple FE nodes, users can deploy a load balancing layer on top of the FEs to achieve high availability.
ποΈ Manage replica
Manage data replicas in your StarRocks cluster.
ποΈ Blacklist Management
In some cases, administrators need to disable certain patterns of SQL to avoid SQL from triggering cluster crashes or unexpected high concurrent queries.
ποΈ Add labels on BEs
Since v3.2.8, StarRocks supports adding labels on BEs. When creating a table or an asynchronous materialized view, you can specify the label of a certain...
ποΈ File manager
With file manager, you can create, view, and delete files, such as the files that are used to access external data sources: public key files, private key...