MySQL Forums
Forum List  »  Partitioning

Re: Export/Import with table partitioning
Posted by: Peter Brawley
Date: August 11, 2022 07:00AM

On the two machines. run the same query on the same tables & partitions TO OUTFILE. If there've been post-import inserts to the second machines, add ...WHERE <datetimecolumn> < <importdate> clauses to queries in the 2nd machine. Compare pairs of query output files with a text comparison tool.

Or mysqldump each table per partition, touch up database names in the dump scripts, load to test databases on either machine, compare the resulting tables with exclusion joins..

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Export/Import with table partitioning
282
August 11, 2022 07:00AM


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.