Hello,
I have a pretty large historical tag database that users can export data to XLS files from. The issue I'm running into is users have requested to get more detail within their exports. They would like to be able to select the range of data to export as well as the time period of the data; this is fine, but if they select a large range of time and a small period the server is pretty intensely taxed. It takes a while to generate this data to be available to download as well as bogging down the server for anyone else using it.
I'd like to have the same system of data requests, but, instead of the export being instantaneous, make it a request. The server would receive this request and if the amount of data was large enough, would purposely run the query slower to not tax the server as much. Once the report was generated, rather than it downloading direct to the user's PC, it would email out the XLS dataset.
Is this a possibility with Ignition/SQL Express?