Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi,
Can we pull the data and store it in thingworx to reduce the DB calls/clicks.
Solved! Go to Solution.
It depends on your use case. You can store and retrieve data from in-memory objects like infotable. Or else you can use session parameters to store and retrieve information that is nonpersistent(not a DB call basically). Except this there is no OOTB cache mechanism in ThingWorx, however, you can achieve this using the above methods considering your use case.
It depends on your use case. You can store and retrieve data from in-memory objects like infotable. Or else you can use session parameters to store and retrieve information that is nonpersistent(not a DB call basically). Except this there is no OOTB cache mechanism in ThingWorx, however, you can achieve this using the above methods considering your use case.
Hi @Nelluri_Pranay
If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon