xquery - MarkLogic - Quickest Way to Empty a Large Database -
what quickest way empty large database of documents in marklogic version 5?
the absolutely fastest way empty database clear forests connected it. go database in admin gui , find each forest. go each forest , select clear instantly delete documents in database.
if want programatically there this
or
xdmp:forest-clear(xdmp:database-forests(xdmp:database("my database")))
Comments
Post a Comment