v.24.12Performance Improvement
Implement Parallel Table Creation During Backup Restoration
Implement creating tables in parallel while restoring from a backup. Before this PR the RESTORE command always created tables in one thread, which could be slow in case of backups containing many tables. #72427 (Vitaly Baranov).