Wont using a function like db:add be the same as reprocessing that piece of xml? ex; gathering statistics, reprocessing the db indexes etc.
But we have already processed that piece of xml, during the update on the other copy of the database.
Maybe this example will show more what I mean.
Suppose we have a huge xml document and creating the baseX database takes a lot of time.
We would like to split that document, pass it to multiple baseX instances and finally merge the results, hoping to increase performance.
But if that merge is taking place by adding the change in one db to the other with db:add, wont it be like reprocessing that change?
Best,
Marios