Hello ,
Is there a way to see the list of data pages cached in the server side for constellation apps , below article says it is saved in JVM memory or db. Appreciate any insights on this.
Hello ,
Is there a way to see the list of data pages cached in the server side for constellation apps , below article says it is saved in JVM memory or db. Appreciate any insights on this.
There are few settings which help to control the cache size and where to persist cache (node vs database).
Update/create dss setting “constellation/readOnlyDataPagesCacheSize”, default value is 200000L, indicates number of datapages entries.
Update/create dss setting “constellation/readOnlyDataPagesCacheStrategy”, default value is node and in order to change to DB mention values as DB.
Please check this post for more details Constellation datapage caching and invalidation using messaging service (web socket) | Support Center
@RameshSangili Thanks for the info , since the default value is node , is there any way we check the existing list of cached data pages via clipboard via sync_id?