Changes between Version 16 and Version 17 of LEGACY - i2b2 - The algorithms applied to importing a PDO


Ignore:
Timestamp:
12/29/11 21:22:01 (13 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - i2b2 - The algorithms applied to importing a PDO

    v16 v17  
    9191
    9292Remember that each of the above is a separate transaction. Each step cannot be undone once committed, although presumably step/txn 4 is the most critical.
    93 If anything goes wrong and a transaction has begun but has not been committed, then it is rolled back.
     93If anything goes wrong and a transaction has begun but has not been committed, then it is rolled back and the remaining steps passed over.
    9494
     95The controlling process controls whether the temporary table is deleted or not. If the appropriate flag is set in the web service message that triggers the loader, then the temporary tables can be left in place. A good debugging feature.
     96