Hi,
When building my GQI queries, I can choose to "start from" to build on top of an existing query.
I was wondering if I could leverage this feature to enhance the performance of my app.
When the start from "query" is used on the same page, will it only be loaded once, or will it still be loaded two times in the background?
Thanks!
Hi Ive,
The Start from option is designed to enhance user experience by allowing users to reuse and extend existing queries without rebuilding them from scratch. In the background, this feature works by duplicating the selected query and integrating it with additional operators you include. However, it’s important to note that the system processes these as two separate queries when sent to GQI. As a result, this feature improves usability but does not contribute to performance optimization.
Side note: If multiple visuals on the same page rely on the same query, only a single query will be sent to GQI.
Best regards,
Ward
That side note is very informative. Thanks for adding that!