-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using the ?limit
query parameter, it does not improve the response time compared to not setting a limit at all
To Reproduce
Steps to reproduce the behavior:
- Create 300k twins
- use GET /submodels endpoint
- see that the response takes more than a minute
- use GET /submodels?limit=5 endpoint
- See that the response takes equally long
Expected behavior
I would expect a faster response time nearly equivalent to the set limit / number of submodels
ratio
BaSyx (please complete the following information):
- BaSyx latest
- BaSyx Java SDK
- AAS Version [e.g. DotAAS V2, DotAAS V3]
Additional context
I suspect that application still querries every submodel and just adds the first five to the response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done