Record archives

By default, the data purger deletes old data. If you enabled data archiving of any table, the data purger archives old data to a file in the EGO_TOP/perf/work/archive directory. This file is a ZIP file containing a CSV file. The archive file names use the following format:

tablename_date timestamp.zip

where

  • tablename is the name of the table from where the records are archived.

  • date is the date of the record in YYYY-MM-DD format.

  • timestamp is the 24-hour time stamp of the record in HH-MM-SS format.

Note:

There is a space between the date and the time stamp.

For example, CONSUMER_DEMAND_2007-01-15 22-15-00.zip is the name of an archive of the records from the CONSUMER_DEMAND table at 10:15:00 p.m. on 15 January, 2007.