Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

Cache Files Compression

This property presently controls database meta-data caching.  Compression of meta-data files makes data unreadable and improves performance.  Meta-data in uncompressed form is readable.

Default: enable

Example: CACHE_FILES_COMPRESSION=Enable

Data Cache Purge Time (minutes)

This property decides the time in minutes after which cached data should be automatically deleted.  Specify zero (no purging) or a positive integer.

Default: 30

Example: CACHE_PURGE_TIME=30

Data Cache Purge Frequency (minutes)

This is the time in minutes after which data cache purge thread will execute to check for cache data files that are expired and purge those.  Specify zero (purge thread not to execute) or a positive number.

Default: 30

Example: CACHE_PURGE_FREQUENCY=30

  • No labels