cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

Does thingworx have local storage functionality similar to framework technologies?

Pranay_Krishna
6-Contributor

Does thingworx have local storage functionality similar to framework technologies?

Hi,

 

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

ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

3 REPLIES 3

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.

Thankyou @mnarang 

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

Announcements


Top Tags