Hi,
sometimes in my update operations BaseX deliberately is spawning several databases like the following, with a name of the database plus underscore and number:
DBNAME_2618234251
caused by
db:replace($dbname, $dbpath|| '/' || $fname, $file-to-import, map {
'intparse': true(),
'chop': false(),
'addcache': false() })
I cannot find anything about this behavior in the docs.
It seems to happen randomly, and the main database does seem ok.
How can I avoid these extra databases? They will vanish only by force.
BaseX 9.2.1
Thanks, Daniel