I'm trying to figure out how often to back up the distribution database when "sync with backup" is set to true. If I understand this correctly, sync with backup ensures the distribution database can retrieve all transaction from the publisher's transaction log when/if the distribution database needs to be recovered. It does this by preventing the publisher's transaction log from truncating records until the distribution database has been backed up.
If this is the case then in order to prevent outrageous growth in the publisher's transaction log, the distribution database needs to be backed up almost as frequently as the publisher's transaction log.
Does this make sense? If I decide to do back up the distribution database almost as often as I back up the publisher's transaction log is there a good way to estimate the performance impact?