September 11, 2014 at 10:14 am
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
September 11, 2014 at 1:54 pm
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.
September 12, 2014 at 3:40 am
Is it a filestream database? In my experience, such a db with many small files is slow in backup.
September 12, 2014 at 7:59 am
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
September 12, 2014 at 8:02 am
Hello,
How to find if it s a file stream data base?
Thanks for replying
Kalpana
September 12, 2014 at 11:31 am
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