Is filtering in SharePoint REST Web Services pre-fetch or post-fetch? -
is filtering on sharepoint 2013 rest web services (specifically lists web service items in list) done pre-fetch or post-fetch? have potential situation number of items in source list pretty high; if filtering done post-fetch, fetch take pretty long complete.
using $filter= query option in sharepoint causes server filter results before returning them.
you can inspect results of http request confirm (either in browser dev tools or program fiddler), implemented restful service behave way (filters/sorting/logical operations/etc. applied server-side).
Comments
Post a Comment