Is uncompressed transaction log file restore process faster then compressed in SQL SERVER

38 Views Asked by At

I am writing process to ship transaction log files from production SQL server to Read Only SQL Server. I am compressing transaction log in source DB, coping file to destination and restoring into Read Only instance. I do this in hourly bases. Restoring log file in Read Only instance takes too long. I wonder, if I use uncompressed transaction log, will restoring process faster?

0

There are 0 best solutions below