It looks like there is no caching of results. If the same query is run twice, it still takes the same time to return the results. So, I guess that there is no caching of the results. So, if multiple users run the same query, it will end up running multiple times instead of reusing the results.
For example, try the "Information about notices published during a specific time period" in the query library.
It looks like there is no caching of results. If the same query is run twice, it still takes the same time to return the results. So, I guess that there is no caching of the results. So, if multiple users run the same query, it will end up running multiple times instead of reusing the results.
For example, try the "Information about notices published during a specific time period" in the query library.