Hi,
A CMS occasionally recreates some existing databases of a production site. The databases are deleted and again created with the new content within a few seconds.
What happens if a read operation is taking place during this process? Can it cause problems with the recreation of the DB or with the BaseX server instance?
Of course it is possible to update the databases instead, but this process is a lot simpler and probably faster too.
All operations are executed running xquery scripts with REST using the BaseX http server.
Marc