Hello,
I have been giving some thought to concurrency and rollback/recovery as we continue to evolve our Java EE application that uses BaseX as its XQuery, (XQuery update facility) engine.
From reading the BaseX Transactions section I concluded that BaseX locking
is done at the database level. I can imagine this could ultimately become the major bottleneck in a "reactive cloud" application, has anyone considered the value of implementing a more granular locking mechanism like XLP (Xpath Locking Protocol) on which several academic papers have been written?
Are there any similar ideas on the horizon for transactional commit/rollback for XML data?
Thanks to the group (and Christian in particular) for such great help, advice and support.
Mike.