DB Backups taking hours

  • Hello,

    We are using sql server 2012 and backups are taking around 7hrs. Data base size is around 300GB and am taking backups with compression. There is no blocking but i see back up process is suspended due to wait types such as Asynch_io_completion, backup_buffer , backupIO.

    Please help me with this. I have no idea how to solve this.

    Appreciate all your help.

    Thanks,

    Kalpana

  • Sounds like something got frozen. I haven't seen this specifically, but 7 hours seems long. Is your IO subsystem slow? Can you copy 300GB in less time?

    If so, I might restart the instance and manually run the backup.

  • Is it a filestream database? In my experience, such a db with many small files is slow in backup.

  • Hello,

    I tried to copy a file of 288GB and it took around 3hrs 30mns. Do you think its a IO or disk issue?

    Thanks for replying

    Kalpana

  • Hello,

    How to find if it s a file stream data base?

    Thanks for replying

    Kalpana

  • Check the filegroups for the database. Most databases (at least the ones in this size range) have just primary and Logs, but a filestream database will have a filegroup for the Filestream data.

Viewing 6 posts - 1 through 5 (of 5 total)

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