logical fragmentation vs. extent fragmentation

  • I run 'DBCC SHOWCONTIG WITH TABLERESULTS, all_indexes' on one of our production databases. The result shows across all the indexes, logicalFragmentation is below 10% while extent fragmentation is almost all above 10%. Could anyone pls shed some lights on the difference?

    Thanks!

     

  • Hi ,

     

    Logical Scan Fragmentation is the percentage of out of order pages in index.

    The only way to reduce logical fragmentation is to create the index again.

    If there are lot of connection or users are using the table then run DBCC INDEXDEFRAG.

     

    HTH

    Killer

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply