Could the local entries in the database transfer process not always be deleted beforehand, but instead only the new entries be transferred?
For very large databases, using a SELECT with LIMIT start end might not be optimal, and it could be better to query using a WHERE clause.
This would be advantageous when transferring very large databases, as the transfer currently always breaks down.



