olahallengren / sql-server-maintenance-solution

SQL Server Maintenance Solution
https://ola.hallengren.com
MIT License
2.91k stars 756 forks source link

Parallel processing for index maintenance #810

Open GarvenDeh opened 5 months ago

GarvenDeh commented 5 months ago

Please add a feature to allow multiple index rebuilds/reorgs to run at the same time. Please add feature to ensure that the multiple processes run on separate tables. e.g., no two indexes run in parallel for the same table.