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

Improvement of communication with external graphs #3824

Open
3 tasks
chenejac opened this issue Feb 20, 2023 · 1 comment · May be fixed by vivo-project/Vitro#378
Open
3 tasks

Improvement of communication with external graphs #3824

chenejac opened this issue Feb 20, 2023 · 1 comment · May be fixed by vivo-project/Vitro#378

Comments

@chenejac
Copy link
Contributor

chenejac commented Feb 20, 2023

Is your feature request related to a problem? Please describe.
It looks performance in communication with external/remote graph bases is quite low. This task is to improve that.

Describe the solution you'd like

  • The analysis of testing performance
  • Conduct analysis of the code which might be bottle neck (time stamps for operations)
  • Improve the performance

Additional context
Testing performance analysis from DSpace community

@chenejac chenejac changed the title Detecting bottle neck in communication Improvement of communication with external graphs Feb 20, 2023
@chenejac chenejac added the Low label Feb 20, 2023
@chenejac
Copy link
Contributor Author

Conclusions from discussion:

  • We might try to speed up http communication by using some contemporary libraries
  • Frequency of firing SPARQL queries should be optimized (all requested data for one page in one SPARQL query instead of many SPARQL queries)
  • We might consider using Solr for fetching information in some cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant