Transaction replication for big tables is taking 3 hours to apply all it is transaction to the Subscriber.
My goal is to have transaction up to date in subscriber without any delay in applying changes. Is there any option in sql server?
If i am configuring Snapshot replication and reinitializing it, does it apply only the incremental changes happened at the publisher side or it will apply whole snapshot of the articles again?