Historization

Configures historization and persisting behavior.

Use this page to find the Historization settings, review their defaults, and open the detailed parameter pages.

Available parameters

ParameterTechnical nameDefault valuePurpose
Hist Default TypeHIST_DEFAULT_TYPE21- SSIS Package, 2 - Stored Procedure.
Hist Default Use VaultidHIST_DEFAULT_USE_VAULTID10 - don't use VAULT_HUB_ID as primary key. 1 - use VAULT_HUB_ID as primary key.
Hist Do Not CloseHIST_DO_NOT_CLOSE0Default value of "Missing record behaviour" parameter for new historizations. 0 - close, 1 - don't close.
Hist Empty Record Field NameHIST_EMPTY_RECORD_FIELDNAMEIS_EMPTY_RECORDName of the column to identify empty records in the historized tables.
Hist Proc Use Hash JoinHIST_PROC_USE_HASH_JOIN1Use HASH JOIN hint in historizing SP to speed up SQL EXCEPT command. 0 - No, 1 - Yes.
Hist Proc Use No LockHIST_PROC_USE_NOLOCK1Use NOLOCK hint in historizing stored procedures: 0 - No, 1 - Yes.
Hist Valid To ModeHIST_VALID_TO_MODE0Subtract 2 milliseconds from the valid-to date: 0 - Yes, 1 - No.
Pers Default Part SwitchPERS_DEFAULT_PARTSWITCH20 - None, 1 - Partition Switching, 2 - Renaming.
Persist Num AttemptsPERSIST_NUM_ATTEMPTS5Number of attempts to persist transformation in persisting stored procedure.
Persist Pause Between AttemptsPERSIST_PAUSE_BETWEEN_ATTEMPTS00:00:10Pause between attempts to persist transformation in persisting stored procedure. Format: HH:MM:SS.
Persist Use TransactionsPERSIST_USE_TRANSACTIONS1Use transactions in persisting procedures. 0 - No, 1 - Yes (default).