Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Requirements: To use the rollback recovery, you have to (1) define a BaDaSt recorder for each data source (in the same file as the source definition) that elements shall be preserved (see BaDaSt), (2) choose the rollback recovery and (3) manage the checkpoints (see Checkpointing):

Code Block
languagejava
titleExample
#PARSER PQL
 [Definition of data source "bid"]
#BADASTRECORDER type=TCPStringRecorder sourceame=bid
#RECOVERYCONFIGURATION RollbackRecovery protectionpointunit=MINUTES protectionpointperiod=1
 
#ADDQUERY[Definition of queries to apply rollback recovery]