MySQL Forums
Forum List  »  MySQL Shell

Re: How can I minimise data transfer when rsyncing subsequent dumps?
Posted by: Peter Brawley
Date: August 16, 2022 10:14AM

> virtually all the files checksum differently after minor table updates.

Yes, the checksum knows nothing about the sql logic in the files.

> I optimistically thought that any tables with autoincrementing
> primary keys should dump in a deterministic way.

Agreed that's optimistic---doesn't it assume there've been no changes since the inserts?

To get your row-by-row differences, wouldn't you need two-way exclusion joins on paired tables, and wouldn't that be more expensive (by far) than just dumb dumping the data?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How can I minimise data transfer when rsyncing subsequent dumps?
169
August 16, 2022 10:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.