Record Version Purge

The following record versions are not deleted:

  • Latest version of the record where record state is CONFIRMED.

    OR

  • Latest version of the record where record sate is UNCONFIRMED and the last version of the record, where record state is CONFIRMED.
Note: For instance, if there are two records with the following version and state information:
  • For record A, version 2 is deleted using the above algorithm.
  • For record B, no version is deleted, since the latest version of record which is 3 here, has record state as UNCONFIRMED and is preserved. Version 2 which has record state as CONFIRMED is preserved, since this is the latest version of record having the record state as CONFIRMED.
Record Version State
A 1 CONFIRMED
A 2 UNCONFIRMED
A 3 CONFIRMED
B 1 UNCONFIRMED
B 2 CONFIRMED
B 3 UNCONFIRMED