02-11-2021, 06:24 AM
After the database is transferred, MobileSheets has to go through and read all of the data for every song in the libraries of both devices so that they can be compared. In previous versions, I initialized the data for each song before that particular song was checked for differences. This was less efficient than reading them all at once though, as I create a transaction now before reading all of the data, which apparently can improve the read speed. So now there is up-front delay during initialization, but the synchronization of each song after that should be faster.
Mike
Mike