hello team, we are planning to use StarRocks for our use case. As we have strong latency need, we are going with
Shared Nothing Kubernetes Operator mode for our deployment.
It involves joins between different tables — which will be
collocated together to speed up.
However we are concerned about backup / disaster recovery.
Cluster Snapshot only supports Shared Data Cluster for now as per docs:
https://docs.starrocks.io/docs/administration/cluster_snapshot/
Backup and restore won’t work for Collocated tables:
https://docs.starrocks.io/docs/administration/management/Backup_and_restore/
How do we approach this? Due to audit and resiliency purpose we would definitely need backup / disaster recovery
Any help would be greatly appreciated :)