Skip to content

Commit 3418ea9

Browse files
committed
Added a note to show about reorganize and autocommit
1 parent 95893c3 commit 3418ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/t-sql/statements/alter-index-transact-sql.md

+1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ PARTITION
251251
REORGANIZE a **rowstore** index
252252
For rowstore indexes, REORGANIZE specifies to reorganize the index leaf level. The REORGANIZE operation is:
253253

254+
- Always performed online. This means long-term blocking table locks are not held and queries or updates to the underlying table can continue during the ALTER INDEX REORGANIZE transaction.
254255
- Not allowed for a disabled index
255256
- Not allowed when ALLOW_PAGE_LOCKS is set to OFF
256257
- Not rolled back when it is performed within a transaction and the transaction is rolled back.

0 commit comments

Comments
 (0)