TEMP_DATA_RETENTION_DURATION
Description:
This property specifies the maximum duration (in hours) that the system retains temporary or intermediate data generated during semantic model processing. After the specified duration (in hours) has elapsed, calculated from the time the job completes or fails, the system automatically deletes the associated data from storage (file system, database, etc.).
Note
Temporary data cleanup occurs during the next run of the system’s Purge Thread, triggered at intervals set by the CUBOID_PURGE_FREQUENCY property.
Values and behavior:
0: System purges all temporary data immediately after use
<0 (less than zero): Some data may be retained indefinitely (no automatic cleanup).
This allows the semantic model processing resume to run indefinitely after failure.>0 (greater than zero): System purges all temporary data after the specified duration.
Syntax:
TEMP_DATA_RETENTION_DURATION
Default value:
The default value is -1.
Scope
Application
Comes into effect:
This is not a hot deployed property. Requires a BI Server restart to take effect.
Environment:
Applicable in all environments.