for some reason ,we do a move from the old cluster to the new one .But our new cluster doesnot work well at first ,so we find some problems and fix it .
But in the time that I spend on fixing , some etl works ,and sqls may produce some wrong data . How to quick compare this two cluster's data of one same table ?
I have tried to use getmerge and checksum to find the diffrences , but I'm not sure whether two cluster 'result spilt in the same way , in my opinion ,two cluster may produce diffrent amount of data block , so the split in each block may be diffrent ,
how to compare the two data? almostly this two data is the same ,but the result has diffrent split amount ? This two table is large and I have a lot of the compare to do ... so...
Does any boss has a solution to deal with it ?
Thanks a lot .