Open
Description
What is the problem this feature would solve?
Querying a big Array (like 100k items) quickly reaches the response size and is not good for performance.
This is a rather common situation
What is the feature you are proposing to solve the problem?
Implement paged queries to handle the request in small batches
What alternatives have you considered?
No response