I am trying to obtain a sub-list of items in a SAP Hana database. If I use query option $filter
e.g. /subscripor?$filter=age%20eq%2025
will the database return all the entries in the table and then oData will filter on client? or is this filter will be executed on the server? Can anybody point me to the documentation where this is clarify?
I've seen the OData documentation but doesn't specify where these query options are executed.