Refactor the sync implementation to use uids and the DB as much as possible
We try to also avoid instantiating objects if it can be done directly through the DB, preferably using the 'bulk' operations in DataManager.
Edited by Bart De Vries
We try to also avoid instantiating objects if it can be done directly through the DB, preferably using the 'bulk' operations in DataManager.