Hi everyone,
Does anyone know if xCP 2.0’s realtime queries allow you to limit the size of the result set? I understand that xCP will page results, only showing the selected number per page, but does anyone really understand what is happening behind the scenes? Does xCP do a separate query per page, limited the number of results to those on the page, or does it do a query and get all the results, only showing a certain number per page? Is there any way to see what’s actually happening behind the scenes? I know a stateless process may be an option to limit size usign DQL, but might not be able to resort to this.
I have an app being released soon where users could enter a query which would have up to tens of thousands of objects retrieved.
Thanks in advance.