> I am running a master-master setup. Autovacuum runs on both sides. Does this > generate a lot of additional, possibly unnecessary sync traffic having it run > on the replicated (no bucardo running) side ? I turned on logging on both > sides, and the autovacuum does appear to clean up pages and tuples on the > replicated side.
Hi Paul, Vacuuming will have no replication impacts on Bucardo; since it’s a logical replication system only DML-based changes to live tuples (not physical disk changes, like vacuum) will be replicated. Regards, David -- David Christensen End Point Corporation [email protected] 785-727-1171 _______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
