Hi!
I noticed that the latest version of BaseX lost this feature and nothing seems to replace it. I'm trying to improve performance of batch processes and I was counting on that feature a lot. Any change it will come back or that something equivalent will come?
Case:
.js: For $lang in $langs call basex updating function:
. xqm updating function:
get db:open($lang)/*
process
save to db:open('staging-' || $lang)
This is a case where there is no chance of conflict because each thread saves to a different db.
Any suggestion on how to apply parallel processing for this case is welcome.
--