Changes

Jump to navigation Jump to search
17 bytes removed ,  13:43, 1 August 2022
* WebDAV: Locate the database directory (or a subdirectory of it) and copy all contents to another location.
=Main-Memory Database InstancesDatabases=
A database can be created in main-memory by enabling the {{Option|MAINMEM}} option. Next,
* in the standalone context, a main-memory database can be created (using {{Command|CREATE DB}}), which can then be accessed by subsequent commands.* If a BaseX server instance is started, and if a database is created in its context at startup time (, e.g., with the {{[[Command-Line Options|command-line option -c]] and a {{Command|CREATE DB}}), other call. BaseX client instances clients can then access and update this database.
* You can force an ordinary database, or parts of it, to being temporarily copied to memory by applying an empty [[XQuery_Update#Main-Memory_Updates|main-memory update]] on a database node: <code>db:get('some-db') update { }</code>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu