Reorganization - 012502

Reorganization - 01250202406

Global Parameters

Parameter Name Configuration Details Migration Data Type, Range Description Default
gkr.reorganization.stopAfterPeriod Global N/A Total duration of reorganization process. This overrides all step settings. 2h

Delete Parameters

Parameter Name Configuration Details Migration Data Type, Range Description Default
...backupTimePeriod Global +

partially available on the store level

{process}.BackupDayCount Storage period in the table. 180d means 180 days.

The following reorganization processes can also be configured on store level:

  • gkr.tx-pool.deleteOldTransaction
  • gkr.tx-pool.deleteOldUnfinishedTransaction
  • gkr.tx-pool.deleteOldSuspendedTransaction
  • gkr.tx-pool.deleteOldSuspendedScaleTransaction
  • gkr.tx-pool.deleteOldSuspendedEmptiesTransaction
  • gkr.tx-pool.deleteTransactionProtocols
180d
...processing Global {process}.processing Specifies whether the delete step is enabled or disabled. true
...incrementalDelete PoolRange Global {process}.Incremental DeletePoolRange Number of processed data entries between 2 commits. This is a technical property used for performance tweaking. 3000
...selectChunksParallelismLevel Global N/A Number of threads creating chunks of data to delete in parallel. This is a technical property used for performance tweaking. 10
...paraleismLevel Global N/A Number of threads to delete in parallel. This is a technical property used for performance tweaking. 1
...chunkSize Global N/A Number of transactions to be deleted in one chunk. This is a technical property used for performance tweaking. 200
....incrementalDelete StopAfterRecord Global {process}.IncrementalDelete

StopAfterRecord

Delete step will be closed after the specified number of deleted data records.

Recommendation: incrementalDeleteStopAfterRecord >= (incrementalDeletePoolRange * paraleismLevel)

This parameter will be checked after each commit and before further data entries will be deleted.

12000
...incrementalDelete StopAfterPeriod Global {process}.Incremental

DeleteStopAfterMinute

Max. duration for performing this delete step; 60m means 60 minutes.

This parameter will be checked after each commit and before further data entries will be deleted.

60m
...incrementalDelete StopOnTime Global {process}.IncrementalDelete

StopOnTime

Delete step will be closed if the set time has been reached.

This parameter will be checked after each commit and before further data entries will be deleted.

07:00