We've enabled XSA Cache in Oracle Analytics Server, version 7.0 / 7.6
How to purge XSA cache, or setup retention policy? xsastorage directory is taking huge space.
Thanks in Advance!
We can manually purge XSA cache using
call SAPurgeXSACache('<XSA_PATH>', '<XSA_TABLE>');
Explore options to use nqcmd/REST API to purge cache periodically.
You can also try this - call SAPurgeXSACache('%', '%', '%'); to purge complete XSA Cache.