Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi,
I have a Stream storing a lot of history data of an entity. The data is delivered in a 10 minute frequence and I am visualizing it in a Time Series widget on a dashboard. For a day based view the time series looks fine - If I want to look at a year based view there a far too many data entries and the time series graph is unuseable - moreover it needs a lot of time and computing power to load the data.
SQL databases bring the possibilities to query pre-defined views for showing aggregated data on hour/day/... basis. Does TWX bring a similar possibility? If not what would be the best practice to implement such a kind of service?
Thank You and regards,
Marco
Solved! Go to Solution.
You will need to implement your own aggregated data providers, with additional streams which stores calculated/aggregated data, there is no feature like this right now.
You will need to implement your own aggregated data providers, with additional streams which stores calculated/aggregated data, there is no feature like this right now.
Thats a pity, but Thank You!
But if you are using PostgreSQL as persistence provider you may dig onto MATERIALIZED views in order to do this and then access this cached tables through SQL Queries directly onto PostgresSQL