Random deletes, which could leave some of the pages in an extent unused while the extent itself is still reserved as
part of the table’s space allocation. Think of it like Internal fragmentation, but in extents instead of pages
Deletes on ranges of contiguous rows within the table, causing one or more entire extents to become de-allocated,
thus leaving a gap between the surrounding extents of the table or index
Interleaving of a table’s data extents with the extents of other objects
Comments
Leave a Comment