Skip to main content
1-Visitor
July 4, 2021
Solved

Does thingworx have local storage functionality similar to framework technologies?

  • July 4, 2021
  • 2 replies
  • 1393 views

Hi,

 

Can we pull the data and store it in thingworx to reduce the DB calls/clicks.

Best answer by mnarang

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.

2 replies

mnarang5-Regular MemberAnswer
5-Regular Member
July 5, 2021

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.

1-Visitor
July 5, 2021

Thankyou @mnarang 

Support
July 13, 2021

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