|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, March 25, 2013 4:51 PM
Points: 41,
Visits: 447
|
|
Does Reorganizing index with online option causes high disk I/O...I noticed users are getting timeouts after running reorganizing index command for 2 hrs??
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 8:27 PM
Points: 6,735,
Visits: 11,788
|
|
Yes, index reorganization can cause a lot of I/O depending on how much work the reorganize decides it needs to perform to organize the index. They do not cause long-running blocking operations, i.e. they are online operations, but do cause short-lived blocking as they move through the index. It can impact I/O performance due to it reading index pages and writing entries to the transaction log as it rewrites pages. Ideally they should be done during off-peak hours to avoid impact to system users.
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, April 15, 2013 6:11 PM
Points: 9,
Visits: 40
|
|
Have a look at this topic:
http://www.sqlservercentral.com/Forums/Topic887666-146-1.aspx
Regards,
André CR
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 2:10 PM
Points: 2,668,
Visits: 688
|
|
I have a busy system 24 hours a day so have to rebuild indexes with users present. Online rebuilds help but yes it hits the disks and the cpus, causes blocking and deadlocks for the users. Any form of index rebuilds will be disruptive to a system except when it's not being used.
The GrumpyOldDBA www.grumpyolddba.co.uk http://sqlblogcasts.com/blogs/grumpyolddba/
|
|
|
|