sandynz commented on issue #29690: URL: https://github.com/apache/shardingsphere/issues/29690#issuecomment-3538823069
And you could try `DATA_MATCH` algorithm instead of `CRC32_MATCH`. Since `CRC32_MATCH` will calculate all records on underlying database, so `inventory_finished_percentage` might be `0` for a long time if there're much records in table. But `DATA_MATCH` has different implementation, it'll update `inventory_finished_percentage` quickly. Example DistSQL: CHECK MIGRATION 'j0102p0000013efc3a9791b6876cc092ed25155f84' BY TYPE (NAME='DATA_MATCH'); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
