Extracts
- Last UpdatedMay 24, 2022
- 1 minute read
Extracts are an extension of the multiwrite facilities.
The extra functionality offered by extracts is:
-
They allow long term claims, that means, elements are not released on module switch.
-
The issuing of data is separated from SAVEWORK.
-
A partial set of changes may be issued, rather than the whole lot.
-
A partial set of changes may be dropped, hence losing the changes.
-
Allows variants to be tried and maintained.
-
Allows a 'last back wins' when issuing from variants
-
Users may have their own private work space.
-
Users can use extracts to implement an approval/work cycle, so that. the issuing of data from one extract to another could correspond to given criteria being met. Other users could then read the approved data rather than the working data.
Related Links
- Create Extracts
- Restrictions on Extracts
- Extract Sessions
- MERGE CHANGES on Extracts
- Extract Claims/Releases
- Extract Release
- User Claims/Releases on an Extract
- Variants
- Extract Operations
- Merge Algorithm
- Dealing with Deleted Elements
- Flushing Connected Items
- Errors for Extract Operations
- Performance Considerations