|
|
|
|
|
by matc
5238 days ago
|
|
Moving databases between clusters is no easy feat. Can you share more details on the man-hours it took to oversee and verify the migration? I see you mention several days for the data to be copied, but how about the time to put your solution together and verify it? Also, did recomputing checksums take less time between passes, proportional to the size of the remaining changes? We didn't find much published material about the best way to do this, You may want to have a look at our live migration solution: http://chronicdb.com It goes beyond checksums: it guarantees the data move is atomic and data consistent. |
|
thanks for the link, will check it out