Archive Records

This task can archive (or delete) obsolete records from DB.

Table 20.12. Attributes of "Archivator" task

Task type"Archivator"
Start on

This attribute specifies cluster node on which may process the task.

This attribute is accessible only in the cluster environment.

If it's empty, it may be any node, if there are nodes specified, the task will be processed on the first node which is online and ready.

Archivator typeThere are two possible values: "archive" or "delete".

Delete option removes records without any possibility of UNDO operation.

Archive option removes records from DB, but creates a ZIP package with CSV files containing deleted data.

Older thenTime period (in minutes) - it specifies which records are evaluated as obsolete. Records older then the specified interval are stored in archives.
Output path for archivesThis attribute makes sense only for "archive" type.
Include executions history 
Include temp filesIf checked, archivator removes all graph temporary files older than the given timestamp defined in "Older than" attribute. The temporary files are files with graph debug data, dictionary files and files created by graph components.
Include tasks historyIf checked, archivator will include run records. Log files of graph runs are included as well.
Include profiler runsIf checked, archivator will include profiler job results.
Include server instance history 

Web GUI - archive records

Figure 20.7. Web GUI - archive records