-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
The newest version of Wikibase sync privilages local changes:
- local additions will not be deleted
- local deletion will not be added
to achieve this the revision history must be analyzed which can be time consuming. This is the case currently when: - many statements are added or removed
- the entity has many statements
- the revision histroy is long
One needs to optimize the code. One option is to not scan the whole revision history but do this in a tree search manner