Mendix DB and cache

0
Hi, Is it possible to see the mendix DB in environments? Is it possible to see mendix cache? Appreciate your help.
asked
3 answers
6

Hi Lavanya,

As per Mendix policy, No credentials were given to you to see Mendix DB of environment. Instead, You can backup your Environment DB and restore in Postgres to see the data.

 

Hope this helps!

answered
5
  • You check the cache for each environment in the Mendix cloud. This Metrics will display server-end memory objects. To look for a client memory cache, you need to check in the browser

  • If you’re looking for cache memory for the quick data retrieve from the database then you have to enable the index at the entity level for the attributes

Check the link for more insights about objects and caching in Mendix

https://docs.mendix.com/refguide/objects-and-caching/ 

answered
0

Hi Lavanya R,

About Cache, this link will help you to understand
https://academy.mendix.com/link/modules/63/lectures/453/4.7-Running-Now-and-Cache

answered