Table CTL_PURGE_HISTORY

From Genesys Documentation
Jump to: navigation, search

In the Column List:

  • P = Primary key
  • M = Mandatory field
  • F = Foreign key (where the term is used loosely to indicate a surrogate key reference to a field in another table, not a formal constraint)
  • DV = Default value
  • For Microsoft SQL Server, varchar/nvarchar in the Data Type column means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar. (The Info Mart database in cloud deployments is not multi-language.) THIS BULLET WILL DISPLAY ONLY IN THE PE MSSQL PDM.


Description

Modified: 8.5.003 (in Oracle, fields with VARCHAR data types use explicit CHAR character-length semantics)

In partitioned databases, this table is partitioned.


This table provides information about the execution history of Job_MaintainGIM as it pertains to purge.


Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table:

Download a CSV file .

Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.

Column List

Legend

Column Data Type P M F DV
JOB_ID varchar(64) X
JOB_VERSION varchar(64)
TABLE_NAME varchar(255) X
PURGE_MAX_TIME timestamp(3)
PURGE_MAX_TS integer X
PURGE_START_TIME timestamp(3)
PURGE_END_TIME timestamp(3)
ROW_COUNT integer
CREATED_TS integer X

JOB_ID

ID that uniquely identifies the execution instance of the maintenance job.

JOB_VERSION

The version of the job that purged data--for example, 8.1.000.10.

TABLE_NAME

The name of the table from which data was purged.

PURGE_MAX_TIME

The date and time, in the GMT time zone, that represent the highest timestamp value for the records that are deleted in a given purge cycle.

PURGE_MAX_TS

The UTC-equivalent value of the date and time that represents the highest timestamp value for the records that are deleted in a given purge cycle.

PURGE_START_TIME

The date and time when the maintenance job started the purge cycle.

PURGE_END_TIME

The date and time when the maintenance job finished the purge cycle.

ROW_COUNT

The number of rows that was deleted in a given purge cycle.

CREATED_TS

The UTC-equivalent value of the date and time at which the maintenance job started the purge cycle.


Index List

CODE U C Description
I_C_PURGE_H_CTS Improves purge performance.

Index I_C_PURGE_H_CTS

Field Sort Comment
CREATED_TS Ascending

Subject Areas

Template:PDMSubjAreaQuery

References

The summary List of References will include the following entries for this table or view:


There are no references from this table/view.





































Comments or questions about this documentation? Contact us for support!