v.23.8Improvement
Added Custom Storage Policy Support in RESTORE Queries
Added the possibility to specify custom storage policy in theSETTINGSclause ofRESTOREqueries. #52970 (Victor Krasnov).
Why it matters
This feature allows users to control where restored data is stored by specifying a storage policy during theRESTORE operation, enhancing flexibility and storage management.How to use it
When executing aRESTORE query, include the desired storage policy using the SETTINGS clause, for example:RESTORE TABLE your_table FROM backup
SETTINGS storage_policy = 'your_custom_policy'