On Mon, Jan 21, 2013 at 03:22:07PM +0000, Martin Atukunda wrote: > I get this output when running bucardo 4.99.6. When I do a 14 row deletion, > with 3 master servers. > > KID Totals: deletes=28 inserts=28 conflicts=0 > > Why does the log show inserts when all I did was deletions?
Bucardo only stores the primary keys, not the action that was performed. Thus, for each primary key it is copying, it deletes if it exists on the target, and the it inserts it (COPY actually) from the source to the target. Thus, we handle all cases of insert, update, or delete, without worrying about which it was. -- Greg Sabino Mullane [email protected] End Point Corporation PGP Key: 0x14964AC8
signature.asc
Description: Digital signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
