Skip to Content
0
Former Member
Dec 03, 2008 at 09:47 AM

ES Consumption - Perfomance optimizing - How To - Like Package Reading

21 Views

Hello out there,

I'm using Webservices to discover a huge number of response objects (f.e. find customers, find individual materials, etc).

If there is a searchform an the user enters a wildcard, for sure, the found objects will be huge. So waht i want is to have a paging in the response table.

So if there is a click, to the next page, the next 50 results are new selected by the service (so, the action on this next-button will trigger the webservice call).

I know, that ther is "often" a possibility in the response structure do decrease the numbe rof found results (queryHitsLimitator). ButI don't know how to handle.

Mayby anyone has an bold implementationbold guide to handle optimized performanance webservice calls?

Thank you for any hint.

Cheers,

Timo