📄️ 中间结果落盘
Configure StarRocks to spill intermediate query results from large operators to local disk or object storage to prevent out-of-memory errors during processing.
📄️ 管理黑名单
在 StarRocks 中维护 SQL 黑名单,禁止特定类型的 SQL 避免资源耗尽。
📄️ 负载均衡
多个 FE 节点上部署负载均衡实现 StarRocks 高可用和连接管理。
📄️ 管理内存
Overview of memory classification and memory management strategies in StarRocks.
📄️ 管理查询
Configure per-user query properties in StarRocks: connection limits, query timeouts, and resource allocation using ALTER USER SET PROPERTIES.
📄️ 管理副本
管理 StarRocks 集群中的数据副本和副本分布策略。
📄️ 使用标签管理 BE 节点
自 v3.2.8 起,使用标签对 BE 节点分组并指定数据副本分布位置。
📄️ 文件管理器
文件管理器用于上传、查看和删除公钥、私钥等文件供命令引用。
📄️ 查询队列
StarRocks supports query queues from v2.5 to automatically queue queries when concurrent count or resource usage reaches thresholds, preventing cluster overload.
📄️ 资源隔离
Resource groups in StarRocks enable resource isolation and multi-tenant management by limiting query resource consumption through CPU, memory, and concurrency controls.