Re: Weekly slowdown
- From: "Andrew J. Kelly" <sqlmvpnooospam@xxxxxxxxxxxx>
- Date: Thu, 14 Apr 2005 15:06:30 -0400
Removing fragmentation is a good thing to do in general anyway. If you used
Indexdefrag the statistics will not be updated so you want to run
sp_updatestats at some point. If you run DBCC DBREINDEX it will update the
stats automatically after the rebuilding of the index but is an offline
operation. If you have multiple files in the filegroup Extent fragmentation
is not accurate.
--
Andrew J. Kelly SQL MVP
"DaveK" <DaveK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0D347A05-7A0F-4A4F-AE02-5502C6BE2B12@xxxxxxxxxxxxxxxx
>I looked at the "extent scan fragmentation" on the largest tables using
> showcontig. Mostly they are running in the 90% or above range, although
> when
> there is also
> "logical scan fragmentation" reported, that is often in the 6% range.
> Should these
> indexes be dropped and rebulit or reindexed with dbreindex? DBCC
> indexdefrag did not seem to do much for performance.
>
> DaveK
.
- References:
- Weekly slowdown
- From: DaveK
- Re: Weekly slowdown
- From: Andrew J. Kelly
- Re: Weekly slowdown
- From: DaveK
- Re: Weekly slowdown
- From: Andrew J. Kelly
- Re: Weekly slowdown
- From: DaveK
- Weekly slowdown
- Prev by Date: Re: Differences in clustered system db's vs standalone system db's
- Next by Date: Re: Differences in clustered system db's vs standalone system db's?
- Previous by thread: Re: Weekly slowdown
- Next by thread: Re: Weekly slowdown
- Index(es):
Relevant Pages
|