Hey everyone, I’m exploring a multi-region setup ...
# questions-and-troubleshooting
r
Hey everyone, I’m exploring a multi-region setup for StarRocks and wanted to check what’s the recommended approach. Scenario: data is stored in S3 buckets across two AWS regions (us-east-1 & us-east-2), and I’d like to deploy compute nodes (CNs) close to where the data lives to cut down cross-region data transfer with same FE deployment
found this from the official documentation: https://docs.starrocks.io/docs/sql-reference/sql-statements/cluster-management/nodes_processes/ALTER_SYSTEM/#cn will try it out, and see the outcome