Non-persiatable table is keeping on server memory or client menory?

0
Non-persiatable table is keeping on server memory  or client menory?   I would like to fix my retrieve object that use more time and very slow. It’s always retrieve when I click button.  Is it possible to keep in memory and retrieve it from memory instead database?    anybody who can fix this problem , could you advice me ?
asked
2 answers
5

Hi Somboon,

Non-persiatable values always stored in Server Session.

 

 

answered
1

Hi Somboon,

A non-persistable object is an object that is considered temporary and only exists in memory.

The Mendix Platform will remove objects automatically when they are no longer “used”.

Non-persistable objects in Mendix are not kept in the Runtime Server, but maintained in the Mendix Client.

 

https://docs.mendix.com/refguide/runtime-server

https://docs.mendix.com/refguide/mendix-client

 

answered