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

Possible improvements in performance #41

Closed
alejgh opened this issue Apr 30, 2020 · 0 comments
Closed

Possible improvements in performance #41

alejgh opened this issue Apr 30, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request synchronizer wikibase Issues related with the wikibase adapter

Comments

@alejgh
Copy link
Member

alejgh commented Apr 30, 2020

There is currently a bottleneck with the execution of operations to the triple store (addition, removal...). These are some possible performance improvements that could be done:

  • Add a new BatchOperation that executes at once all the operations of a given subject (create it if needed and write all its related statements at once). We also need to provide a way to transform multiple simple operations into BatchOperations.
  • Use the fast run mode from WikidataIntegrator.
@alejgh alejgh added enhancement New feature or request synchronizer wikibase Issues related with the wikibase adapter labels Apr 30, 2020
@alejgh alejgh self-assigned this Apr 30, 2020
This was referenced Jun 1, 2020
@alejgh alejgh closed this as completed Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request synchronizer wikibase Issues related with the wikibase adapter
Projects
None yet
Development

No branches or pull requests

1 participant