It is recommended to use the ONLINE option for index rebuilds, otherwise the table is locked during the time of the index build and for large tables that may be a long time. The impact depends on many things like the size of the index to the concurrent
workload. Index rebuild always runs as a single threaded operation (MAXDOP=1) in SQL Azure, so it shouldn’t severely impact performance.
MS Tech Talk persona - If you found this post useful, let us know by clicking "Vote as Helpful".
- #mstechtalk