In a transaction replication environment with a publisher SQL Server that receives frequent inserts and updates from an application and a subscriber SQL Server with pull replication jobs, is it safe to enable delayed durability on the subscriber?
Microsoft says that delayed durability is not supported for transaction replication, but was unclear if this was in regards to any server involved in the replication, or just the publisher.
While there is always risk in turning on delayed durability, is there any added risk in turning it on for a replication subscriber? If it is unsupported or there are added risks, is there a way to reduce the WRITELOG waits on the subscriber? The subscriber is a reporting server and its number one wait is always WRITELOG due to the frequent inserts and updates occurring on the publisher from the application (45.3 hours of WRITELOG wait in 345.1 hours of uptime).