The information in this article applies to:
SUMMARY
Trace flag 1140 was originally designed to eliminate the extent-chain scan
when attempting to allocate a page to an existing table. One of the most
significant side effects of this trace flag was that space in partially-
filled extents never got reclaimed; the size of database can grow rapidly
where most of the pages in each extent remains unused.
MORE INFORMATIONThe enhancement is to limit the extent-chain scan, based on how densely- filled the extents for a table are (density=indused/indreserved). If density >= 90 percent, then stop the extent-chain scan after 'n' allocation pages are searched, where 'n' is (100-density) < 2 (that is, it varies from 1 to 40 as density varies from 90 to 100).
Keywords : kbusage SSrvGen |
Last Reviewed: April 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |