Hello!
I'm using Ignition 8.1 to create a SCADA system, and I'm having troubles with my datasets. We currently record data on change > 0.01, and with at least 15s between every entry, but our client only needs data in 5-5 minute intervals.
The querying and time intervals for the data is fine, except for how slow it currently is going. So, I found out about the pre-processing feature of this software. And it has (mostly) solved my slow queries.
Now, here is my actual problem: The previous year of data is not optimized in this manner, and so if we try to query older data the query speed tanks again.
So, is there any way other than writing a third party script that I can apply this optimization retroactively?