Quantcast
Channel: Jive Syndication Feed
Viewing all articles
Browse latest Browse all 10881

reorg rebuild table versus reorg rebuild table index

$
0
0

Reorg rebuild Tablename Indexname allows the table to still be used  while the reorg is running.

 

Reorg rebuild tablename (without the index) causes the table to be blocked.

Reorg Compact is a good way of dealing with forwarded rows while the table is still actively being used.

 

Reorg Index maintenance and Reorg Compact maintenance are great ways of dealing with huge tables that cannot afford downtime.

 

I have not used the time options for the reorg command.

 

I believe it is better to use the "Reorg Compact" followed by "Reorg Rebuild Tablename Indexname"...

because the reverse would disturb cleanly built indexes.

 

Keep reading this blog as time goes by to see how I improve my table performance.


Viewing all articles
Browse latest Browse all 10881

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>