IO of backup

  • Is using a backup command with STATISTICS IO a good way to calculate how much IO a backup will take? Any other options?

    Dan

  • Statistics IO will tell you the read information within the database. When performing a backup (particularly to disk) you would also need to capture the write information.

    If you want disk IO during the database backup, you should probably use the Perfmon Counters for that

    Avg. Disk sec/read

    Avg Disk sec/write

    You can also look at the other counters in the LogicalDisk group in perfmon.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • but the counters will give IO for all CRUD operations going on, including the backup, and hence may not be reflective of the backup?

  • Baseline your system before you do a backup. Compare the baseline to the counters taken during the backup. Backup will be most of the difference between the two.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

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

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