JD Baudean
10/14/2025, 5:05 PM_statistics_ database, and I can easily copy that data to a new database using the new storage volume and then rename it. The other two databases I see are sys and information_schema. When I run SHOW CREATE DATABASE on those it does not show a storage volume used. Does that mean it's not using the blob storage? Where is that data actually stored?Robert Raharjo
10/14/2025, 5:51 PMsys and information_schema) aren't stored in your blob - even if you didn't setup your shared data storage, these tables still exist. These tables are stored in your FEs.JD Baudean
10/14/2025, 5:52 PM