Currently, our SQL Server backup processes are multi threaded but to be able to read from Commvault backups, we have to change the number of threads to 1. It had the impact of effectively doubling the time it takes for a transaction log backup, which can affect the backup performance or even prevent it to happen.
We need to be able to continue to use multi thread backups to mitigate the risks and impact on the sources.
Can you please allow Replicate to be able to process transaction log backups from multi threaded SQL Server database backups.