Data archival of ThingWorx Stream data based on a Scheduler
I have 1000's of Streams and want to archive the old data in database using a scheduler in PostgresSQL. Can anyone please help me with a detailed steps, how to proceed to it?
I have 1000's of Streams and want to archive the old data in database using a scheduler in PostgresSQL. Can anyone please help me with a detailed steps, how to proceed to it?
I can only provide you this link:
There is unfortunately no straight forward mechanism. When impelemnting a purge solution make sure to purge in batches so that the thingworx ScriptTimeout does not kick in and kill your service.
You could also implement something in the database directly if you want to take the risk (might break in the next twx version when e.g. the schema changes).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.