JD Baudean
10/01/2025, 2:25 PMDESC STORAGE VOLUME builtin_storage_volume I see the details from my old blob storageJD Baudean
10/01/2025, 4:30 PMazcopy of the blob storage if I have create a new storage volume and copy all of the old tables to new tables using the new volume?JD Baudean
10/01/2025, 5:23 PMALTER STORAGE VOLUME builtin_storage_volume
SET (
"azure.adls2.endpoint" = "https://<new-premium-account>.<http://dfs.core.windows.net|dfs.core.windows.net>",
"azure.adls2.shared_key" = "<new-premium-key>"
);
But the documentation specifically says not to alter "path-related properties" or it will put the tables in read only mode?
https://docs.starrocks.io/docs/3.5/sql-reference/sql-statements/cluster-management/storage_volume/ALTER_STORAGE_VOLUME/Robert Raharjo
10/01/2025, 6:25 PMJD Baudean
10/03/2025, 4:24 PMRobert Raharjo
10/03/2025, 6:57 PMJD Baudean
10/06/2025, 4:46 PMJD Baudean
10/06/2025, 4:49 PMJD Baudean
10/06/2025, 5:30 PM_statistics_ database uses the builtin_storage_volume. Is it possible to create new statistics database, copy all of the data, drop the old _statistics_ database and rename the new one to _statistics_?JD Baudean
10/06/2025, 7:20 PMRobert Raharjo
10/06/2025, 8:17 PMJD Baudean
10/06/2025, 8:47 PM_statistics_ database and then drop the builtin_storage_volume and associated storage account, just leaving my new volume premium_storage_volume as the default and only storage volume in starrocks?Robert Raharjo
10/06/2025, 9:42 PMbuiltin_storage_volume . Once you fully migrate all the data to your premium_storage_volume (make sure it's enabled), set it as the default storage volume. You can then drop the databases from your builtin_storage_volume , disable the storage, and simply ignore it.JD Baudean
10/07/2025, 6:11 PM