MAXTRANSFERSIZE values
brianga
Posts: 4 New member
I was just curious if there was going to be changes to the MAXTRANSFERSIZE option?
Mostly wondering because with my testing on our systems, having this at 4MB (4194304), I get better backup and restore times with using standard SQL backup but your software seems to be limited to 1 MB (1048576).
Is there plans to increase this number? 4MB appears to have been supported by SQL Server for quite some time now, and we would like to do pretty much anything that could increase our backup/restore time process.
I am currently testing methods to optimize the backups on our systems based on number of threads, compression level and max transfer size and then doing a space/time comparison to figure out what is the optimal method for each database and process (we have some "one-off" backups that we do where time is more critical than space).
Thanks
Brian
Mostly wondering because with my testing on our systems, having this at 4MB (4194304), I get better backup and restore times with using standard SQL backup but your software seems to be limited to 1 MB (1048576).
Is there plans to increase this number? 4MB appears to have been supported by SQL Server for quite some time now, and we would like to do pretty much anything that could increase our backup/restore time process.
I am currently testing methods to optimize the backups on our systems based on number of threads, compression level and max transfer size and then doing a space/time comparison to figure out what is the optimal method for each database and process (we have some "one-off" backups that we do where time is more critical than space).
Thanks
Brian
Comments
Try BUFFERCOUNT values of 100, 200, and 300, and see if it makes a difference. E.g.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8