-
Notifications
You must be signed in to change notification settings - Fork 47
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
[BUG] pagination does not improve response time #532
Comments
Hi @mmaeffert , thank you for your report. What kind of persistence / backend do you use? InMemory or MongoDb? |
I am using MongoDB. |
Thank you for your fast response. We are aware of the pagination issue with MongoDB backend. We are working on this with the PR #516 . The pagination response time will be improved after this PR is merged. |
This is great news, thank you. |
Describe the bug
When using the
?limit
query parameter, it does not improve the response time compared to not setting a limit at allTo Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect a faster response time nearly equivalent to the
set limit / number of submodels
ratioBaSyx (please complete the following information):
Additional context
I suspect that application still querries every submodel and just adds the first five to the response
The text was updated successfully, but these errors were encountered: