You can restore a metadata snapshot into a new cluster, but it would be ill advised to have 2 separate clusters acting on the same data at the same time. You could probably achieve something like this with iceberg tables though. Or even easier, you could export the data into parquet files in another location and that can be read from any starrocks cluster with access to that data. Starrocks can load query those files in place, but it won't be as efficient and will obviously lack some features.