4 Using Database
This topic provides information on Using Database.
In situations where cache is undesirable, database can be used in place of a dedicated cache mechanism.
For turning off distributed caching and switching to database, run the below script and take a restart
UPDATE DIGX_CFG_CONFIG_ALL_B SET PROP_VALUE='true' WHERE PROP_ID='DayOneConfig.DISTRIBUTED_CACHE_ENABLED';