Consistency Check on 3TB database

  • Hi Experts,

    Is there any performance impact if we run DBCC CHECKDB? if yes,then what?

    We have a 3TB database and we are planning to run a CHECKDB?

    Please advise.

    TIA

  • Ratheesh.K.Nair (1/25/2013)


    Hi Experts,

    Is there any performance impact if we run DBCC CHECKDB? if yes,then what?

    Yes. Heavy CPU and IO load.

    We have a 3TB database and we are planning to run a CHECKDB?

    Good idea. Regularly I hope.

    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
  • If you're concerned or are already bumping into issues getting consistency checks to complete on a 3TB database you can consider splitting the workload:

    CHECKDB From Every Angle: Consistency Checking Options for a VLDB By Paul Randal[/url]

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • Thanks Gail & OPC

Viewing 4 posts - 1 through 3 (of 3 total)

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