XQuery Transaction Helper
posted by David on
Transactions in MarkLogic can sometimes be challenging to work with due to restrictions such as inter-transaction visibility, transaction control, single update limitations, and non-transactional file system updates. Isolating code that updates portions of documents that may be called multiple times during a transaction can be complicated. Check out a simple transaction helper framework that addresses these difficulties.
The demo is a link to a presentation given at the 2011 MarkLogic Conference in San Francisco.
Code for the helper should be available as soon as permission has been granted to share it.
More to come...