Hi, On 09.07.20, 15:39, "Robert Munteanu" <[email protected]> wrote: > The details are rough and my memory of the implementation is not that > good
Same here. Besides the problem with a potential two phase commit, I think the biggest concern was impact of a change in a mounted subtree on repository wide data structures. E.g. what happens when an access control entry is added to such a subree? How are indexes updated for nodes changed in the subtree? I'm also wondering whether and where the current implementation assumes mounted subtrees are read-only and takes short cuts. These would need to be changed as well. Regards Marcel
