odata issue

1
I am facing following issue using Mendix ( version 8.2.2)  exposed oData service : Is there limit on how many records are returned by Mendix oData service? I am not able to return more than 1000 records . If I remove associations from the resource ,it is working. Any solutions to resolve the issue? Is anyone encountering similar issue? Thanks , Sachin Vaichalkar
asked
2 answers
2

No there is no limit. It should just return all the objects. Allthough with that many objects I would advise paging. See the documentation here: https://docs.mendix.com/refguide/odata-query-options#1-introduction

Otherwise you might run out of memory depending on the objects etc.

Regards,

Ronald

 

answered
1

Hi Sachin,

The behavior you are describing is an issue that was fixed in version 8.6.

I would also like to confirm Ronald’s advice above. It is better to use paging when retrieving that many objects. That should also resolve the issue you are facing.

Kind regards,

Pavel

answered