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

Endpoints that return many concepts are slow #151

Open
stefandesu opened this issue Dec 13, 2021 · 0 comments
Open

Endpoints that return many concepts are slow #151

stefandesu opened this issue Dec 13, 2021 · 0 comments
Labels
backend Requires work on the backend low priority

Comments

@stefandesu
Copy link
Member

When requesting for example /voc/concepts with a high limit parameter, there is a high "waiting time" caused by slowness in jskos-server (that's on top of network transfer time). I've determined that ~2/3 of that time is due to dynamically adding narrower to concepts (see #61).

Priority is low since this is not a usual use case, but in the long run, I would like to try to switch from MongoDB to PostgreSQL because I expect performance improvements for anything database related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Requires work on the backend low priority
Projects
None yet
Development

No branches or pull requests

1 participant