Management
logs
Overview of StarRocks logging: FE and BE log file types, content, configuration, log rolling and retention strategies for troubleshooting and performance...
Process Profile (Proc Profile)
Collects and visualizes CPU and memory flame graph profiles for StarRocks FE and BE processes to diagnose performance bottlenecks.
Scale in and out
How to add or remove nodes to scale a StarRocks cluster up or down.
Manage BE and CN Blacklist
How to configure the BE and CN Blacklist in StarRocks to exclude problematic nodes from query execution.
Back up and restore data
StarRocks supports backing up data as snapshots into a remote storage system and restoring the data to any StarRocks clusters.
Cluster Snapshot
How to create, restore, and manage cluster snapshots for backup and disaster recovery in StarRocks shared-data clusters.
Monitor and Alert
7 items
Manage audit logs within StarRocks via AuditLoader
StarRocks stores its audit logs in the local file fe/log/fe.audit.log rather than an internal database.
Enable FQDN access
Before 2.4, StarRocks supports access to FEs and BEs via IP address only.
Configure a time zone
How to configure time zone settings in StarRocks and understand their effects on data storage and queries.
Monitor and manage big queries
Big queries include queries that scan too many rows or occupy too many CPU and memory resources.
Compaction for Shared-data Clusters
How to manage and monitor compaction for shared-data clusters in StarRocks.
Graceful Exit
From v3.3 onwards, StarRocks supports Graceful Exit.
Develop Static Extensions
Static Extensions are StarRocks FEโs extension modules that allow you to add new features or optimize existing functionality without modifying the core code.
Resource management
10 items