DBCC REINDEX on table with 970GB data and 10GB index with 5 billions rows of count

  • You mean LOB (Large OBjects)?

    LOB data types are text, ntext, image, varchar(max), nvarchar(max), varbinary(max), xml and large CLR types.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • george sibbald (2/14/2012)


    I'm surprised Gail and Jeff haven't jumped all over this but that does not look like a good candidate for a clustered index, its certainly not narrow or ever-increasing.

    Changing the cluster could save some of that 10GB down to indexes (you only have a clustered index?) and reduce the occurrence of fragmentation in the first place.

    Heh... peeling one potato at a time.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

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

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