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
6 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