Hi all,
I’m trying to better understand how the PI Data Archive handles heavy client requests, especially from PI DataLink and PI Web API.
In some cases, users generate large queries — long time ranges, dense sampling, or many tags at once — and I’m concerned about the potential impact on archive performance (CPU, memory, or buffering delays on interfaces).
I’m aware of parameters like ArcMaxCollect and Archive_MaxQueryExecutionSec, but I’d like to know:
Are there additional mechanisms that prevent DataLink or Web API queries from overloading the Data Archive?
How does the system behave when several large client requests run in parallel?
Appreciate any technical insights or references to official documentation.
Thanks,
Leonardo
p.s. at the end of the day, from the Data Archive perspective, is a query from either DataLink or the WebAPI identical?