You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
24 calls to admin:save-configuration-without-restart()
Is there any technical reason for that?
These calls are very expensive and it could take several minutes for bootstrapping an application with replica forest, indexes...
I was planning to simplify the code using fn:fold-left and a single call to admin:get-configuration() and admin:save-configuration-without-restart() .
But since it a major refactoring I would like to know if there are good reason to keep multiple calls to admin:get-configuration(), admin:save-configuration-without-restart()?
The text was updated successfully, but these errors were encountered:
I'm not aware of any technical reason. If this could speed up bootstrap, that would be great. This would certainly require careful testing, and I think we should delay until after the release we're currently working on.
setup.xqy has
Is there any technical reason for that?
These calls are very expensive and it could take several minutes for bootstrapping an application with replica forest, indexes...
I was planning to simplify the code using fn:fold-left and a single call to admin:get-configuration() and admin:save-configuration-without-restart() .
But since it a major refactoring I would like to know if there are good reason to keep multiple calls to admin:get-configuration(), admin:save-configuration-without-restart()?
The text was updated successfully, but these errors were encountered: