Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-231, MXS-SPRINT-232, MXS-SPRINT-233
Description
The REST-API currently generates the full response and then processes the filtering conditions. This is a simple approach but it's wasteful if only a small part of the result is needed. By pushing down the filtering conditions, only the needed parts are generated.