From: Wolfgang M. <wol...@ex...> - 2010-09-02 12:41:04
|
> Does eXist have transaction boundaries that are controllable from the > calling application? If not, what other values of "you" might make sense > for this approach? If we decouple resources from the collection, it would actually become much easier to make transactions user-controllable and support full rollbacks. The redo/undo methods are already there, but due to how indexes are designed, we cannot use them except for recovery. The proposed redesign would make this all much simpler. Wolfgang |