Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

performance problems #16

Open
D063520 opened this issue Apr 12, 2022 · 0 comments
Open

performance problems #16

D063520 opened this issue Apr 12, 2022 · 0 comments

Comments

@D063520
Copy link
Contributor

D063520 commented Apr 12, 2022

The newest version of Wikibase sync privilages local changes:

  1. local additions will not be deleted
  2. 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:
  3. many statements are added or removed
  4. the entity has many statements
  5. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant