June 28, 2013 at 4:03 pm
Hi,
If I have a 100 GB of database and what are the best best options if I need to take a backup( a fastest possible way) to the same server and to backup to a network location ?
Thanks.
July 1, 2013 at 1:57 am
It depends on the setup and secification of your environment. Backup to direct attached storage will probably be the fastest solution because you are not bind to the network bandwith. You can use compression to decrease the I/O size, but keep in mind compression will increase the CPU usage. To be secure you can copy the backupfile to a NAS or tape after it has been created.
Of course: testing the possible solutions will give you a definite answer to your environment.
July 1, 2013 at 2:27 am
I agree that compression would probably help you out. There is an overhead with CPU for the compression algorithm, but in most cases that overhead is more than made up by the drop in the amount of data needed to be written to disk.
Joie Andrew
"Since 1982"
July 1, 2013 at 7:17 pm
Sometimes splitting the backup to more than 1 file helps with performance a bit.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply